Skip to content

Commit

Permalink
Merge e919a3e into 93d9dd3
Browse files Browse the repository at this point in the history
  • Loading branch information
ghys authored Apr 11, 2021
2 parents 93d9dd3 + e919a3e commit c521c89
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,8 @@ export default {
destroyOnClose: true,
closeTimeout: 2000
}).open()
this.$f7router.navigate(this.$f7route.url.replace('/add', '/' + this.rule.uid), { reloadCurrent: true })
this.dirty = false
this.$f7router.navigate(this.$f7route.url.replace('/add', '/' + this.rule.uid).replace('/schedule/', '/rules/'), { reloadCurrent: true })
this.load()
} else {
this.$f7.toast.create({
Expand Down

0 comments on commit c521c89

Please sign in to comment.