Browse Source

chore(nc-gui): remove debug hook

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

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

@ -629,7 +629,6 @@ onMounted(async () => {
<a-row v-if="hook.notification.type === 'Slack'" type="flex">
<a-col :span="24">
<a-form-item v-bind="validateInfos['notification.payload.channels']">
{{ hook }}
<LazyWebhookChannelMultiSelect
v-model="hook.notification.payload.channels"
:selected-channel-list="hook.notification.payload.channels"

Loading…
Cancel
Save