Fixes API call failing after opening the saved filter (#3932)
This commit is contained in:
@@ -368,7 +368,7 @@ export default {
|
||||
if (this.$route.name !== 'home') {
|
||||
this.$router.push({ name: 'home' });
|
||||
}
|
||||
this.foldersQuery = { payload: payload };
|
||||
this.foldersQuery = filterQueryGenerator(payload);
|
||||
this.$store.dispatch('conversationPage/reset');
|
||||
this.$store.dispatch('emptyAllConversations');
|
||||
this.fetchFilteredConversations(payload);
|
||||
|
||||
Reference in New Issue
Block a user