Browse Source

refactor(nc-gui): put PluginTestReqType and PluginType together

pull/5307/head
Wing-Kam Wong 2 years ago
parent
commit
c326f97d46
  1. 3
      packages/nc-gui/components/dashboard/settings/app-store/AppInstall.vue

3
packages/nc-gui/components/dashboard/settings/app-store/AppInstall.vue

@ -1,7 +1,6 @@
<script setup lang="ts">
import type { PluginType } from 'nocodb-sdk'
import type { PluginTestReqType, PluginType } from 'nocodb-sdk'
import { extractSdkResponseErrorMsg, message, onMounted, ref, useI18n, useNuxtApp } from '#imports'
import { PluginTestReqType } from 'nocodb-sdk'
const { id } = defineProps<{
id: string

Loading…
Cancel
Save