Browse Source

chore(nc-gui): lint

pull/5349/head
Wing-Kam Wong 2 years ago
parent
commit
f71327ff1a
  1. 4
      packages/nc-gui/components/webhook/Editor.vue

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

@ -7,6 +7,7 @@ import {
computed,
extractSdkResponseErrorMsg,
fieldRequiredValidator,
iconMap,
inject,
message,
onMounted,
@ -18,7 +19,6 @@ import {
useI18n,
useNuxtApp,
watch,
iconMap,
} from '#imports'
interface Props {
@ -723,4 +723,4 @@ onMounted(async () => {
<LazyWebhookCallLog :hook="hook" />
</a-tab-pane>
</a-tabs>
</template>
</template>

Loading…
Cancel
Save