1
0

feat: review changes

This commit is contained in:
Dominik Pschenitschni
2021-12-04 17:04:28 +01:00
parent f3358269e5
commit 2db820d926
8 changed files with 10 additions and 14 deletions

View File

@ -107,7 +107,7 @@ export default {
return {
name: 'task.detail',
params: { id: this.taskEditTask.id },
state: { backgroundView: this.$router.currentRoute.value.fullPath },
state: { backdropView: this.$router.currentRoute.value.fullPath },
}
},
},

View File

@ -116,7 +116,7 @@ export default {
this.$router.push({
name: 'task.detail',
params: { id: this.task.id },
state: { backgroundView: this.$router.currentRoute.value.fullPath },
state: { backdropView: this.$router.currentRoute.value.fullPath },
})
},
},

View File

@ -167,7 +167,7 @@ export default {
return {
name: 'task.detail',
params: { id: this.task.id },
state: { backgroundView: this.$router.currentRoute.value.fullPath },
state: { backdropView: this.$router.currentRoute.value.fullPath },
}
},
},