Browse Source

fix: rerender webhook list instead of showing empty hook detail

pull/2025/head
Wing-Kam Wong 2 years ago
parent
commit
e352ddacd2
  1. 2
      packages/nc-gui/components/project/spreadsheet/components/moreActions.vue

2
packages/nc-gui/components/project/spreadsheet/components/moreActions.vue

@ -104,7 +104,7 @@
:parsed-csv="parsedCsv"
@import="importData"
/>
<webhook-modal v-model="webhookModal" :meta="meta" />
<webhook-modal v-if="webhookModal" v-model="webhookModal" :meta="meta" />
</div>
</template>

Loading…
Cancel
Save