Browse Source

fix(gui-v2) update extractSdkResponseErrorMsg import path

pull/2838/head
Wing-Kam Wong 2 years ago
parent
commit
0cd44ee36b
  1. 2
      packages/nc-gui-v2/components/webhook/Test.vue

2
packages/nc-gui-v2/components/webhook/Test.vue

@ -2,7 +2,7 @@
import { onMounted } from '@vue/runtime-core'
import { useToast } from 'vue-toastification'
import { MetaInj } from '~/context'
import { extractSdkResponseErrorMsg } from '~/utils/errorUtils'
import { extractSdkResponseErrorMsg } from '~/utils'
interface Props {
hook: Record<string, any>

Loading…
Cancel
Save