Skip to content

Commit

Permalink
fix(connections): fix unable to view active topic messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream authored and 0721Betty committed Aug 11, 2020
1 parent 105e24b commit 8dbf3cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/connections/ConnectionsDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,9 @@ export default class ConnectionsDetail extends Vue {
} else {
this.messages = [].slice()
}
} else {
setChangedMessages(type, this.record.messages)
}
setChangedMessages(type, this.record.messages)
}
private async searchByTopic() {
this.searchLoading = true
Expand Down

0 comments on commit 8dbf3cd

Please sign in to comment.