diff --git a/packages/nc-gui/components/cell/DatePicker.vue b/packages/nc-gui/components/cell/DatePicker.vue index 07a723cd31..b50f4189b1 100644 --- a/packages/nc-gui/components/cell/DatePicker.vue +++ b/packages/nc-gui/components/cell/DatePicker.vue @@ -7,6 +7,7 @@ import { ColumnInj, EditColumnInj, EditModeInj, + IsExpandedFormOpenInj, ReadonlyInj, computed, inject, @@ -20,7 +21,6 @@ import { useI18n, useSelectedCellKeyupListener, watch, - IsExpandedFormOpenInj, } from '#imports' interface Props { diff --git a/packages/nc-gui/components/cell/DateTimePicker.vue b/packages/nc-gui/components/cell/DateTimePicker.vue index 4b1e0379be..321b42adae 100644 --- a/packages/nc-gui/components/cell/DateTimePicker.vue +++ b/packages/nc-gui/components/cell/DateTimePicker.vue @@ -6,6 +6,7 @@ import { CellClickHookInj, ColumnInj, EditColumnInj, + IsExpandedFormOpenInj, ReadonlyInj, inject, isDrawerOrModalExist, @@ -14,7 +15,6 @@ import { useBase, useSelectedCellKeyupListener, watch, - IsExpandedFormOpenInj, } from '#imports' interface Props { diff --git a/packages/nc-gui/components/cell/GeoData.vue b/packages/nc-gui/components/cell/GeoData.vue index de44b34630..17ce48118c 100644 --- a/packages/nc-gui/components/cell/GeoData.vue +++ b/packages/nc-gui/components/cell/GeoData.vue @@ -1,6 +1,6 @@