Fix project deletion going to a non-existent page (#1332)

This commit is contained in:
Emma Alexia Triphora
2023-08-23 12:13:25 -04:00
committed by GitHub
parent f22f1971cb
commit a7c7234589

View File

@@ -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',