1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-03 04:25:24 +02:00

Merge branch 'mealie-next' into fix-site-maintenance-missing-words

This commit is contained in:
boc-the-git 2024-01-22 20:45:13 +11:00 committed by GitHub
commit 3a9fd11344
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 312 additions and 214 deletions

View file

@ -147,7 +147,7 @@ export default defineComponent({
async function createBackup() {
const { data } = await adminApi.backups.create();
if (!data?.error) {
if (data?.error === false) {
refreshBackups();
alert.success(i18n.tc("settings.backup.backup-created"));
} else {