mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 11:26:59 +00:00
fix(nc-gui): console warnings
This commit is contained in:
@@ -28,12 +28,12 @@ const editable = inject(EditModeInj, ref(false))
|
||||
|
||||
const isCanvasInjected = inject(IsCanvasInjectionInj, false)
|
||||
const isUnderLookup = inject(IsUnderLookupInj, ref(false))
|
||||
const canvasSelectCell = inject(CanvasSelectCellInj)
|
||||
const canvasSelectCell = inject(CanvasSelectCellInj, null)
|
||||
|
||||
const isGrid = inject(IsGridInj, ref(false))
|
||||
|
||||
const isForm = inject(IsFormInj, ref(false))
|
||||
const canvasCellEventData = inject(CanvasCellEventDataInj)!
|
||||
const canvasCellEventData = inject(CanvasCellEventDataInj, reactive<CanvasCellEventDataInjType>({}))
|
||||
|
||||
const isSurveyForm = inject(IsSurveyFormInj, ref(false))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user