diff --git a/packages/nc-gui/components/smartsheet/toolbar/RowHeight.vue b/packages/nc-gui/components/smartsheet/toolbar/RowHeight.vue index 292893f397..40fd82b8ab 100644 --- a/packages/nc-gui/components/smartsheet/toolbar/RowHeight.vue +++ b/packages/nc-gui/components/smartsheet/toolbar/RowHeight.vue @@ -16,6 +16,7 @@ const open = ref(false) const updateRowHeight = async (rh: number) => { if (view.value?.id) { + if (rh === (view.value.view as GridType).row_height) return try { if (!isPublic.value && !isSharedBase.value) { await $api.dbView.gridUpdate(view.value.id, {