Skip to content

Commit

Permalink
fix(nc-gui): add hide banner option in both oss and ee
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshmane7218 committed Mar 2, 2024
1 parent ae63fd4 commit 482ca28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/nc-gui/components/smartsheet/Form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 482ca28

Please sign in to comment.