Remove page data save from the store
This commit is contained in:
parent
cecb1f537a
commit
a39e786eca
1 changed files with 0 additions and 3 deletions
|
|
@ -2393,9 +2393,6 @@ export const useMainStore = defineStore({
|
|||
|
||||
return retPricedLineItems;
|
||||
},
|
||||
saveProviderPreferenceData(data) {
|
||||
this.updatePageData({ page: issPageValues.PROVIDER_PREFERENCE, data });
|
||||
},
|
||||
addEventToBus(event) {
|
||||
this.applicationUser.eventBus.push(event);
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue