diff --git a/dashboard/src/components/dashboard/GuildConfigEditor.vue b/dashboard/src/components/dashboard/GuildConfigEditor.vue index 008342f4..2e282877 100644 --- a/dashboard/src/components/dashboard/GuildConfigEditor.vue +++ b/dashboard/src/components/dashboard/GuildConfigEditor.vue @@ -36,7 +36,7 @@ async mounted() { await this.$store.dispatch("guilds/loadAvailableGuilds"); if (this.guild == null) { - this.$router.push('/dashboard/guilds'); + this.$router.push('/dashboard'); return; }