Format code.

This commit is contained in:
Bryan Mauger 2023-07-05 15:10:58 -04:00
parent bb006e0021
commit 4c0bf323c5

View file

@ -401,10 +401,7 @@ export default {
false
);
this.$router.navigateWithSaving(
this.navigationScenarios.SCHEDULE,
this.$route
);
this.$router.navigateWithSaving(this.navigationScenarios.SCHEDULE, this.$route);
},
openModalAction(modalName) {
this.$refs[modalName].openModal();