diff --git a/packages/nc-gui/components/cell/Url.vue b/packages/nc-gui/components/cell/Url.vue index f3fa740b17..12828945cb 100644 --- a/packages/nc-gui/components/cell/Url.vue +++ b/packages/nc-gui/components/cell/Url.vue @@ -28,9 +28,9 @@ const column = inject(ColumnInj)! const editEnabled = inject(EditModeInj)! -const disableOverlay = inject(CellUrlDisableOverlayInj) +const disableOverlay = inject(CellUrlDisableOverlayInj, ref(false)) -// Used in the logic of when to display error since we are not storing the url if its not valid +// Used in the logic of when to display error since we are not storing the url if it's not valid const localState = ref(value) const vModel = computed({ @@ -72,7 +72,7 @@ watch(