Skip to content

Commit

Permalink
[FIX] Default filters on Omnichannel Current Chats screen not showing…
Browse files Browse the repository at this point in the history
… on first load (#17522)
  • Loading branch information
renatobecker authored May 20, 2020
1 parent 7d6b9a8 commit c8fa37c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/livechat/client/views/app/livechatCurrentChats.js
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,6 @@ Template.livechatCurrentChats.onCreated(async function() {
this.customFields.set(customFields);
}
});

this.loadDefaultFilters();
});

Template.livechatCurrentChats.onRendered(function() {
Expand All @@ -516,4 +514,6 @@ Template.livechatCurrentChats.onRendered(function() {
todayHighlight: true,
format: moment.localeData().longDateFormat('L').toLowerCase(),
});

this.loadDefaultFilters();
});

0 comments on commit c8fa37c

Please sign in to comment.