Browse Source

refactor(gui-v2): set right sidebar to collapsed as default

pull/3159/head
braks 2 years ago
parent
commit
b23b8235a9
  1. 2
      packages/nc-gui-v2/components/tabs/Smartsheet.vue

2
packages/nc-gui-v2/components/tabs/Smartsheet.vue

@ -34,7 +34,7 @@ provide(ActiveViewInj, activeView)
provide(IsLockedInj, false)
provide(ReloadViewDataHookInj, reloadEventHook)
provide(FieldsInj, fields)
provide(RightSidebarInj, ref(true))
provide(RightSidebarInj, ref(false))
const { isGallery, isGrid, isForm } = useProvideSmartsheetStore(activeView as Ref<TableType>, meta)

Loading…
Cancel
Save