mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-28 09:38:56 +01:00
Fix: backups toast message on successful backup #101
This commit is contained in:
parent
ff92fbb849
commit
866ee18016
@ -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')
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user