Browse Source

refactor: reset condition checkbox state on deleting filter

pull/7246/head
Pranav C 9 months ago
parent
commit
2627ca8495
  1. 1
      packages/nc-gui/components/webhook/Editor.vue

1
packages/nc-gui/components/webhook/Editor.vue

@ -790,6 +790,7 @@ onMounted(async () => {
:show-loading="false"
:hook-id="hookRef.id"
:web-hook="true"
@update:filtersLength="hookRef.condition = $event > 0"
/>
</div>
</a-col>

Loading…
Cancel
Save