diff --git a/packages/nc-gui/components/webhook/Editor.vue b/packages/nc-gui/components/webhook/Editor.vue index 9625ec9b68..4d61f0da5a 100644 --- a/packages/nc-gui/components/webhook/Editor.vue +++ b/packages/nc-gui/components/webhook/Editor.vue @@ -38,6 +38,8 @@ const { appInfo } = $(useGlobal()) const meta = inject(MetaInj, ref()) +const hookTabKey = ref('hook-edit') + const useForm = Form.useForm const hook = reactive< @@ -461,243 +463,263 @@ onMounted(async () => { - - - - - - - {{ $t('activity.enableWebhook') }} - - - - - - - - - - - - - - - - - - - - {{ event.text.join(' ') }} - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ notificationOption.type }} - - - - - - - - - - - - {{ method.title }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - On Condition - - - - - - - - - - - - - - + + + + + + Edit + + + + + + + + + {{ $t('activity.enableWebhook') }} + + + + + + + + + + + + + + + + + + + + {{ event.text.join(' ') }} + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ notificationOption.type }} + + + + + + + + + + + + {{ method.title }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + On Condition + + + + + + + + + + + + + + + + + + + + + Call Log + + + + +