From 4f68489fb18c44fbda2968b240291d43c5f5a2c5 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Thu, 15 Sep 2022 17:47:45 +0200 Subject: [PATCH] chore(nc-gui): update cell styles --- packages/nc-gui/components/cell/Url.vue | 6 +++--- packages/nc-gui/components/smartsheet/Cell.vue | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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(