Browse Source

feat(nc-gui): add default ncAttachmentFieldSize & ncMaxAttachmentsAllowed

pull/4931/head
Wing-Kam Wong 2 years ago
parent
commit
43c2e05745
  1. 2
      packages/nc-gui/composables/useGlobal/state.ts

2
packages/nc-gui/composables/useGlobal/state.ts

@ -100,6 +100,8 @@ export function useGlobalState(storageKey = 'nocodb-gui-v2'): State {
teleEnabled: true, teleEnabled: true,
type: 'nocodb', type: 'nocodb',
version: '0.0.0', version: '0.0.0',
ncAttachmentFieldSize: 20,
ncMaxAttachmentsAllowed: 10,
}) })
/** reactive token payload */ /** reactive token payload */

Loading…
Cancel
Save