Browse Source

chore(gui-v2): deactivate a-collapse initially

pull/2838/head
Wing-Kam Wong 2 years ago
parent
commit
a239a233ea
  1. 2
      packages/nc-gui-v2/components/webhook/Test.vue

2
packages/nc-gui-v2/components/webhook/Test.vue

@ -15,7 +15,7 @@ const sampleData = ref({
data: {},
user: {},
})
const activeKey = ref(1)
const activeKey = ref(0)
watch(
() => hook?.operation,

Loading…
Cancel
Save