Browse Source

fix(nc-gui): add hide banner option in both oss and ee

pull/7741/head
Ramesh Mane 4 months ago
parent
commit
b1190c3d60
  1. 1
      packages/nc-gui/components/smartsheet/Form.vue

1
packages/nc-gui/components/smartsheet/Form.vue

@ -1551,7 +1551,6 @@ useEventListener(
<div class="flex items-center">
<!-- Hide Banner -->
<a-switch
v-if="isEeUI"
v-e="[`a:form-view:hide-banner`]"
:checked="parseProp(formViewData.meta)?.hide_banner"
size="small"

Loading…
Cancel
Save