Browse Source

refactor(nc-gui): sharedView type

pull/5269/head
Wing-Kam Wong 2 years ago
parent
commit
616f46db31
  1. 2
      packages/nc-gui/composables/useSharedView.ts

2
packages/nc-gui/composables/useSharedView.ts

@ -56,7 +56,7 @@ export function useSharedView() {
}
if (localPassword) password.value = localPassword
sharedView.value = { title: '', ...viewMeta }
sharedView.value = { title: '', ...viewMeta } as ViewType
meta.value = { ...viewMeta.model }
let order = 1

Loading…
Cancel
Save