Skip to content

Commit

Permalink
Fixed: imported properties that are not used (dxp/178)
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed Oct 3, 2023
1 parent e1b0fd4 commit 4efbc9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
IonSplitPane
} from "@ionic/vue";
import Menu from '@/components/Menu.vue';
import { defineComponent, provide, ref } from "vue";
import { defineComponent } from "vue";
import { useI18n } from 'vue-i18n'
import TaskQueue from './task-queue';
import OfflineHelper from "./offline-helper"
Expand Down
2 changes: 1 addition & 1 deletion src/views/catalog-product-details.vue
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ export default defineComponent({
product: "product/getCurrentCatalogProduct",
currentEComStore: 'user/getCurrentEComStore',
getCtgryAndBrkrngJob: "job/getCtgryAndBrkrngJob",
getInventoryConfig: "util/getInventoryConfig",
getInventoryConfig: "util/getInventoryConfig"
})
},
async ionViewWillEnter() {
Expand Down

0 comments on commit 4efbc9c

Please sign in to comment.