chore(nc-gui): lint

This commit is contained in:
Ramesh Mane
2026-01-15 11:38:56 +00:00
parent 05e1f337ad
commit e65a0a391b

View File

@@ -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)