diff --git a/app/javascript/dashboard/components/ChatList.vue b/app/javascript/dashboard/components/ChatList.vue index f3e901d37..31fe6110d 100644 --- a/app/javascript/dashboard/components/ChatList.vue +++ b/app/javascript/dashboard/components/ChatList.vue @@ -519,6 +519,9 @@ export default { }, }, watch: { + teamId() { + this.updateVirtualListProps('teamId', this.teamId); + }, activeTeam() { this.resetAndFetchData(); },