Browse Source

Merge pull request #6764 from nocodb/nc-fix/share-grid-view-expanded-form

Fixed issue with opening expanded form in shared grid view when already logged in
pull/6772/head
Raju Udava 11 months ago committed by GitHub
parent
commit
a3ab389b4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/nc-gui/components/shared-view/Grid.vue

2
packages/nc-gui/components/shared-view/Grid.vue

@ -25,6 +25,8 @@ const { loadProject } = useBase()
const { isLocked } = useProvideSmartsheetStore(sharedView, meta, true, sorts, nestedFilters)
useProvideKanbanViewStore(meta, sharedView)
const reloadEventHook = createEventHook()
const columns = ref(meta.value?.columns || [])

Loading…
Cancel
Save