Loading client/src/components/providers/UserHistories.js +4 −2 Original line number Diff line number Diff line Loading @@ -47,8 +47,10 @@ export default { // when user changes reload histories user: { immediate: true, handler() { handler(newVal, oldVal) { if (oldVal?.id != newVal?.id) { this.loadHistories(); } }, }, Loading Loading
client/src/components/providers/UserHistories.js +4 −2 Original line number Diff line number Diff line Loading @@ -47,8 +47,10 @@ export default { // when user changes reload histories user: { immediate: true, handler() { handler(newVal, oldVal) { if (oldVal?.id != newVal?.id) { this.loadHistories(); } }, }, Loading