diff --git a/packages/nc-gui/components/webhook/Editor.vue b/packages/nc-gui/components/webhook/Editor.vue index ff68397dca..9625ec9b68 100644 --- a/packages/nc-gui/components/webhook/Editor.vue +++ b/packages/nc-gui/components/webhook/Editor.vue @@ -61,7 +61,7 @@ const hook = reactive< active: true, }) -const urlTabKey = ref('body') +const urlTabKey = ref('params') const apps: Record = ref()