mirror of
https://github.com/modrinth/code.git
synced 2026-09-05 06:19:11 +00:00
Fix project deletion going to a non-existent page (#1332)
This commit is contained in:
@@ -414,7 +414,7 @@ export default defineNuxtComponent({
|
|||||||
method: 'DELETE',
|
method: 'DELETE',
|
||||||
})
|
})
|
||||||
await initUserProjects()
|
await initUserProjects()
|
||||||
await this.$router.push('/dashboard/review')
|
await this.$router.push('/dashboard/projects')
|
||||||
this.$notify({
|
this.$notify({
|
||||||
group: 'main',
|
group: 'main',
|
||||||
title: 'Project deleted',
|
title: 'Project deleted',
|
||||||
|
|||||||
Reference in New Issue
Block a user