diff --git a/packages/nc-gui/components/smartsheet/toolbar/ShareView.vue b/packages/nc-gui/components/smartsheet/toolbar/ShareView.vue index 72a7758d9e..f65eb1b6a1 100644 --- a/packages/nc-gui/components/smartsheet/toolbar/ShareView.vue +++ b/packages/nc-gui/components/smartsheet/toolbar/ShareView.vue @@ -85,11 +85,11 @@ const sharedViewUrl = computed(() => { /** if survey mode is enabled, append survey path segment */ if (surveyMode.value) { url = `${url}/survey` + } - /** if theme is enabled, append theme query params */ - if (withTheme.value) { - url = `${url}?theme=${theme.value.primaryColor.replace('#', '')},${theme.value.accentColor.replace('#', '')}` - } + /** if theme is enabled, append theme query params */ + if (withTheme.value) { + url = `${url}?theme=${theme.value.primaryColor.replace('#', '')},${theme.value.accentColor.replace('#', '')}` } return url @@ -183,15 +183,16 @@ watch(passwordProtected, (value) => {
-
+
Use Survey Mode +
-
- Use Theme -
+
+ + Use Theme