cleanup + fix

This commit is contained in:
Henry Jameson 2021-03-08 21:56:20 +02:00
parent fada49768d
commit 3d95ea6acb
3 changed files with 2 additions and 5 deletions

View file

@ -116,7 +116,6 @@ const SettingsModal = {
if (data) { this.$store.dispatch('loadSettings', data) }
},
restore () {
console.log(this.dataImporter)
this.dataImporter.importData()
},
backup () {