Browse Source

refactor(nc-gui): hyphenate v-on event

pull/7274/head
աɨռɢӄաօռɢ 9 months ago
parent
commit
b691549731
  1. 2
      packages/nc-gui/components/webhook/Editor.vue

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

@ -795,7 +795,7 @@ onMounted(async () => {
:show-loading="false"
:hook-id="hookRef.id"
:web-hook="true"
@update:filtersLength="hookRef.condition = $event > 0"
@update:filters-length="hookRef.condition = $event > 0"
/>
</div>
</a-col>

Loading…
Cancel
Save