feat: review changes
This commit is contained in:
parent
f3358269e5
commit
2db820d926
8 changed files with 10 additions and 14 deletions
|
|
@ -282,7 +282,7 @@ const taskDetailRoutes = computed(() => Object.fromEntries(
|
|||
{
|
||||
name: 'task.detail',
|
||||
params: { id },
|
||||
state: { backgroundView: router.currentRoute.value.fullPath },
|
||||
state: { backdropView: router.currentRoute.value.fullPath },
|
||||
},
|
||||
])),
|
||||
))
|
||||
|
|
|
|||
Reference in a new issue