fixed homepage redirection when homepage is disabled

This commit is contained in:
Čarodej
2022-05-10 09:53:13 +02:00
parent 73c84075c5
commit 209667f55e
6 changed files with 26 additions and 12 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ const actions = {
})
.catch((error) => {
events.$emit('alert:open', {
title: error.response.data.message,
title: error.response.data.message || i18n.t('popup_error.title'),
message: i18n.t('popup_error.message'),
})
})