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 false
); );
this.$router.navigateWithSaving( this.$router.navigateWithSaving(this.navigationScenarios.SCHEDULE, this.$route);
this.navigationScenarios.SCHEDULE,
this.$route
);
}, },
openModalAction(modalName) { openModalAction(modalName) {
this.$refs[modalName].openModal(); this.$refs[modalName].openModal();