Skip to content

Commit

Permalink
Refresh stats on refresh button
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianogorza committed Dec 5, 2023
1 parent c714903 commit f4afa6e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ export const AgentsPreview = compose(
addingNewAgent={this.props.tableProps.addingNewAgent}
downloadCsv={this.props.tableProps.downloadCsv}
formatUIDate={date => formatUIDate(date)}
reload={() => this.fetchAgentsStats()}
/>
</WzReduxProvider>
</EuiFlexItem>
Expand Down

0 comments on commit f4afa6e

Please sign in to comment.