Browse Source

chore(nc-gui): lint

pull/5349/head
Wing-Kam Wong 2 years 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"> <script setup lang="ts">
import type { HookLogType, HookType } from 'nocodb-sdk' 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 { interface Props {
hook: HookType hook: HookType

Loading…
Cancel
Save