mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-10 17:34:58 +02:00
Fix: backups toast message on successful backup #101
This commit is contained in:
parent
ff92fbb849
commit
866ee18016
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue