mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-02 02:37:33 +00:00
chore(nc-gui): lint
This commit is contained in:
@@ -33,10 +33,6 @@ const readOnly = inject(ReadonlyInj, ref(false))
|
||||
|
||||
const isGrid = inject(IsGridInj, ref(false))
|
||||
|
||||
const isGallery = inject(IsGalleryInj, ref(false))
|
||||
|
||||
const isKanban = inject(IsKanbanInj, ref(false))
|
||||
|
||||
const isExpandedForm = inject(IsExpandedFormOpenInj, ref(false))
|
||||
|
||||
const vModel = useVModel(props, 'modelValue', emits)
|
||||
|
||||
Reference in New Issue
Block a user