From ccd42b3cf6a830e375768b2d17fcac55e7d984c2 Mon Sep 17 00:00:00 2001 From: Iris Hoffmeyer Date: Sun, 8 Sep 2024 20:55:25 -0400 Subject: [PATCH 1/2] Add a switch to allow export of legacy build codes --- components/viewer/utils/ExportCode.vue | 27 ++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/components/viewer/utils/ExportCode.vue b/components/viewer/utils/ExportCode.vue index 3b84d1f..bc311de 100644 --- a/components/viewer/utils/ExportCode.vue +++ b/components/viewer/utils/ExportCode.vue @@ -6,6 +6,19 @@ placeholder="Nothing has been selected yet ..." :value="exportCode" /> +
+ + +