Skip to content

Commit

Permalink
Improved: fetching dynamic good identification types from store permi…
Browse files Browse the repository at this point in the history
…ssions (#494)
  • Loading branch information
amansinghbais committed Nov 12, 2024
1 parent aa2bdbd commit 8e37439
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/StorePermissions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ const productIdentifications = computed(() => store.getters["user/getGoodIdentif
onIonViewWillEnter(async () => {
await store.dispatch("user/getProductStoreSetting")
await store.dispatch("user/fetchGoodIdentificationTypes")
})
function updateProductStoreSetting(event: any, key: string) {
Expand Down

0 comments on commit 8e37439

Please sign in to comment.