Browse Source

fix: show view actions menu on gallery view

Re #3491

Signed-off-by: mertmit <mertmit99@gmail.com>
pull/3499/head
mertmit 2 years ago
parent
commit
e244fafa59
  1. 2
      packages/nc-gui-v2/components/smartsheet/Toolbar.vue

2
packages/nc-gui-v2/components/smartsheet/Toolbar.vue

@ -19,7 +19,7 @@ const { allowCSVDownload } = useSharedView()
style="z-index: 7" style="z-index: 7"
> >
<SmartsheetToolbarViewActions <SmartsheetToolbarViewActions
v-if="isGrid && !isPublic && isUIAllowed('dataInsert')" v-if="(isGrid || isGallery) && !isPublic && isUIAllowed('dataInsert')"
:show-system-fields="false" :show-system-fields="false"
class="ml-1" class="ml-1"
/> />

Loading…
Cancel
Save