Browse Source

fix: updating logicalOp

pull/8479/head
Pranav C 2 months ago
parent
commit
3c37971fc1
  1. 2
      packages/nc-gui/components/smartsheet/toolbar/ColumnFilter.vue

2
packages/nc-gui/components/smartsheet/toolbar/ColumnFilter.vue

@ -369,7 +369,7 @@ const onLogicalOpUpdate = async (filter: Filter, index: number) => {
}),
)
}
await filterUpdateCondition(filter, index)
await saveOrUpdate(filter, index)
}
</script>

Loading…
Cancel
Save