Browse Source

refactor(gui-v2): hide footer in shared view list

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/2860/head
Pranav C 2 years ago
parent
commit
6b6eafbc30
  1. 2
      packages/nc-gui-v2/components/smartsheet-toolbar/MoreActions.vue

2
packages/nc-gui-v2/components/smartsheet-toolbar/MoreActions.vue

@ -127,7 +127,7 @@ const exportCsv = async () => {
</template>
</a-dropdown>
<a-modal v-model:visible="sharedViewListDlg" title="Shared view list" width="90vw">
<a-modal v-model:visible="sharedViewListDlg" title="Shared view list" width="90vw" :footer="null">
<SmartsheetToolbarSharedViewList v-if="sharedViewListDlg" />
</a-modal>
</div>

Loading…
Cancel
Save