Bug : not adding to history and a failed request, fixed.
This commit is contained in:
@@ -74,6 +74,7 @@
|
||||
},
|
||||
addEntry(entry) {
|
||||
this.history.push(entry);
|
||||
updateOnLocalStorage('history', this.history);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user