You've already forked AstralRinth
forked from didirus/AstralRinth
Fix project deletion going to a non-existent page (#1332)
This commit is contained in:
committed by
GitHub
parent
f22f1971cb
commit
a7c7234589
@@ -414,7 +414,7 @@ export default defineNuxtComponent({
|
||||
method: 'DELETE',
|
||||
})
|
||||
await initUserProjects()
|
||||
await this.$router.push('/dashboard/review')
|
||||
await this.$router.push('/dashboard/projects')
|
||||
this.$notify({
|
||||
group: 'main',
|
||||
title: 'Project deleted',
|
||||
|
||||
Reference in New Issue
Block a user