diff --git a/packages/nc-gui-v2/components/webhook/Test.vue b/packages/nc-gui-v2/components/webhook/Test.vue index 9e60ff5570..3e02581b12 100644 --- a/packages/nc-gui-v2/components/webhook/Test.vue +++ b/packages/nc-gui-v2/components/webhook/Test.vue @@ -15,7 +15,7 @@ const sampleData = ref({ data: {}, user: {}, }) -const activeKey = ref(1) +const activeKey = ref(0) watch( () => hook?.operation,