Browse Source

chore(nc-gui): lint

pull/5349/head
Wing-Kam Wong 1 year ago
parent
commit
bfd5f1dac1
  1. 2
      packages/nc-gui/components/webhook/CallLog.vue

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

@ -1,6 +1,6 @@
<script setup lang="ts">
import type { HookLogType, HookType } from 'nocodb-sdk'
import { extractSdkResponseErrorMsg, onBeforeMount, parseProp, timeAgo, useApi, useGlobal, AutomationLogLevel } from '#imports'
import { AutomationLogLevel, extractSdkResponseErrorMsg, onBeforeMount, parseProp, timeAgo, useApi, useGlobal } from '#imports'
interface Props {
hook: HookType

Loading…
Cancel
Save