mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-19 13:19:41 +02:00
feat: Handle Safari-mangled backup ZIPs and improve backup UI (#3674)
This commit is contained in:
parent
94e91d3602
commit
4bc88e653f
6 changed files with 41 additions and 3 deletions
|
@ -162,6 +162,8 @@ export default defineComponent({
|
|||
if (error) {
|
||||
console.log(error);
|
||||
state.importDialog = false;
|
||||
state.runningRestore = false;
|
||||
alert.error(i18n.tc("settings.backup.restore-fail"));
|
||||
} else {
|
||||
alert.success(i18n.tc("settings.backup.restore-success"));
|
||||
$auth.logout();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue