diff --git a/src/views/Settings.vue b/src/views/Settings.vue index 8740735..858b726 100644 --- a/src/views/Settings.vue +++ b/src/views/Settings.vue @@ -38,7 +38,7 @@
- +

@@ -158,7 +158,7 @@ export default defineComponent({ goToLaunchpad() { window.location.href = `${process.env.VUE_APP_LOGIN_URL}` }, - async handleEComStoreUpdate(selectedProductStore: any) { + async updateEComStore(selectedProductStore: any) { await useProductIdentificationStore().getIdentificationPref(selectedProductStore.productStoreId) .catch((error) => logger.error(error)); },