Bug : not adding to history and a failed request, fixed.

This commit is contained in:
izerozlu
2019-08-30 09:56:52 +03:00
parent e0dc8ea46d
commit a3f8abba1a
2 changed files with 13 additions and 1 deletions

View File

@@ -74,6 +74,7 @@
},
addEntry(entry) {
this.history.push(entry);
updateOnLocalStorage('history', this.history);
}
}
}