Format code.
This commit is contained in:
parent
bb006e0021
commit
4c0bf323c5
1 changed files with 1 additions and 4 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue