Browse Source

Merge pull request #3978 from nocodb/chore/use-theme

pull/3984/head
Braks 2 years ago committed by GitHub
parent
commit
a0326550dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      packages/nc-gui/components/smartsheet/toolbar/ShareView.vue

7
packages/nc-gui/components/smartsheet/toolbar/ShareView.vue

@ -230,7 +230,12 @@ watch(passwordProtected, (value) => {
<div>
<!-- todo: i18n -->
<a-checkbox v-model:checked="viewTheme" data-cy="nc-modal-share-view__with-theme" class="!text-xs">
<a-checkbox
v-if="shared.type === ViewTypes.FORM"
v-model:checked="viewTheme"
data-cy="nc-modal-share-view__with-theme"
class="!text-xs"
>
Use Theme
</a-checkbox>

Loading…
Cancel
Save