diff --git a/packages/nc-gui-v2/components/smartsheet/Form.vue b/packages/nc-gui-v2/components/smartsheet/Form.vue index 21e37aa8b6..03ebb9c138 100644 --- a/packages/nc-gui-v2/components/smartsheet/Form.vue +++ b/packages/nc-gui-v2/components/smartsheet/Form.vue @@ -170,7 +170,7 @@ async function addAllColumns() { async function removeAllColumns() { for (const col of (formColumnData as Record)?.value) { - if (isDbRequired(col)) { + if (isDbRequired(col) || col.required) { continue } col.show = false