INSR-9940: useMainStore instead of this.mainStore
This commit is contained in:
parent
10112316b8
commit
6597f24a24
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ export default {
|
|||
}, {});
|
||||
},
|
||||
appointmentInformationWidget() {
|
||||
return hasMSRPart(this.mainStore.lineItems) ? this.widget.MSRAppointmentInformation : this.widget.appointmentInformation;
|
||||
return hasMSRPart(useMainStore().lineItems) ? this.widget.MSRAppointmentInformation : this.widget.appointmentInformation;
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue