This commit is contained in:
Hayden
2021-02-06 13:56:36 -09:00
parent 445fed853f
commit 8b07f4e9e0
3 changed files with 0 additions and 113 deletions

View File

@@ -94,12 +94,6 @@ export default {
this.failedImports = failed;
this.$refs.report.open();
},
processFinished(successful = null, failed = null) {
this.getAvailableBackups();
this.backupLoading = false;
this.successfulImports = successful;
this.failedImports = failed;
},
},
};
</script>