mirror of
https://github.com/hay-kot/mealie.git
synced 2025-07-16 10:03:54 -07:00
Bug/misc bug fixes (#400)
* potentiall fix #329 * typo * auto purge events * image error * update import dialog * fix scheduler interval time * adjust icon position * check for property Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
parent
145eb9f1ee
commit
a1dd6c941b
10 changed files with 99 additions and 71 deletions
|
@ -112,13 +112,7 @@ export default {
|
|||
},
|
||||
|
||||
async importBackup(data) {
|
||||
this.loading = true;
|
||||
const response = await api.backups.import(data.name, data);
|
||||
if (response) {
|
||||
const importData = response.data;
|
||||
this.$refs.report.open(importData);
|
||||
}
|
||||
this.loading = false;
|
||||
this.$refs.report.open(data);
|
||||
},
|
||||
|
||||
async createBackup() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue