Browse Source

chore(nc-gui): lint

pull/5307/head
Wing-Kam Wong 2 years ago
parent
commit
632c23d02c
  1. 3
      packages/nc-gui/components/webhook/Editor.vue

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

@ -1,6 +1,6 @@
<script setup lang="ts">
import type { Ref } from 'vue'
import type { AuditType } from 'nocodb-sdk'
import type { AuditType, HookType } from 'nocodb-sdk'
import {
Form,
MetaInj,
@ -18,7 +18,6 @@ import {
useNuxtApp,
watch,
} from '#imports'
import { HookType } from 'nocodb-sdk'
interface Props {
hook?: HookType

Loading…
Cancel
Save