Fix: backups toast message on successful backup #101

This commit is contained in:
advplyr 2021-10-28 17:54:53 -05:00
parent ff92fbb849
commit 866ee18016

View File

@ -102,7 +102,7 @@ export default {
applyBackupComplete(success) { applyBackupComplete(success) {
if (success) { if (success) {
// this.$toast.success('Backup Applied, refresh the page') // this.$toast.success('Backup Applied, refresh the page')
location.replace('/config?backup=1') location.replace('/config/backups?backup=1')
} else { } else {
this.$toast.error('Failed to apply backup') this.$toast.error('Failed to apply backup')
} }