diff --git a/packages/nc-gui/components/webhook/Editor.vue b/packages/nc-gui/components/webhook/Editor.vue index 9a767d8591..d2dba9bbc9 100644 --- a/packages/nc-gui/components/webhook/Editor.vue +++ b/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" />