Browse Source

fix(nc-gui): init path for url hook

pull/5349/head
Wing-Kam Wong 1 year ago
parent
commit
8eaa55f598
  1. 1
      packages/nc-gui/components/webhook/Editor.vue

1
packages/nc-gui/components/webhook/Editor.vue

@ -58,6 +58,7 @@ const hook = reactive<
body: '{{ json data }}',
headers: [{}],
parameters: [{}],
path: '',
},
},
condition: false,

Loading…
Cancel
Save