mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-22 05:38:46 +00:00
fix reload conversations on header-refresh
This commit is contained in:
parent
be86812900
commit
b1a348aee3
1 changed files with 1 additions and 0 deletions
|
|
@ -800,6 +800,7 @@ export default {
|
|||
methods: {
|
||||
async reload () {
|
||||
this.loaded = false;
|
||||
this.conversationPage = 0;
|
||||
|
||||
this.loadedConversations = [];
|
||||
this.selectedConversation = {};
|
||||
|
|
|
|||
Loading…
Reference in a new issue