Skip to content

Commit

Permalink
fix(ui): select all unselect (#1929)
Browse files Browse the repository at this point in the history
  • Loading branch information
gantoin authored Sep 27, 2024
1 parent b6468bf commit 4246e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/containers/Topic/Topic/TopicData/TopicData.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@ class TopicData extends Root {
loading={loading}
reduce={true}
firstHeader={firstColumns}
isChecked={this.props.exportSome}
isChecked={messages?.length === this.state.messagesToExport?.length}
columns={[
{
id: 'checkboxes',
Expand Down

0 comments on commit 4246e7f

Please sign in to comment.