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
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 {