Browse Source

refactor(nc-gui): show params tab by default

pull/5349/head
Wing-Kam Wong 2 years ago
parent
commit
1c1c87eb3e
  1. 2
      packages/nc-gui/components/webhook/Editor.vue

2
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<string, any> = ref()

Loading…
Cancel
Save