mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +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',
|
||||
})
|
||||
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