Browse Source

Merge pull request #2847 from nocodb/fix/gui-v2-failed-import

fix(gui-v2): AppStore directory and import case
pull/2888/head
mertmit 2 years ago committed by GitHub
parent
commit
4f87909721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/nc-gui-v2/components/dashboard/settings/AppStore.vue
  2. 0
      packages/nc-gui-v2/components/dashboard/settings/app-store/AppInstall.vue

2
packages/nc-gui-v2/components/dashboard/settings/AppStore.vue

@ -1,6 +1,6 @@
<script setup lang="ts">
import { useToast } from 'vue-toastification'
import AppInstall from './AppStore/AppInstall.vue'
import AppInstall from './app-store/AppInstall.vue'
import MdiEditIcon from '~icons/ic/round-edit'
import MdiCloseCircleIcon from '~icons/mdi/close-circle-outline'
import MdiPlusIcon from '~icons/mdi/plus'

0
packages/nc-gui-v2/components/dashboard/settings/appStore/AppInstall.vue → packages/nc-gui-v2/components/dashboard/settings/app-store/AppInstall.vue

Loading…
Cancel
Save