Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Fix multi selection on the alert grid (#994)
Browse files Browse the repository at this point in the history
  • Loading branch information
spryor authored and ppathan committed May 4, 2018
1 parent 1c71215 commit a4bdf7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export class RuleDetails extends Component {
const alertName = (this.state.selectedRule || {}).name || selectedId;

const alertsGridProps = {
multiSelect: true,
rowSelection: 'multiple',
rowData: isPending ? undefined : this.state.occurrences,
pagination: true,
paginationPageSize: Config.smallGridPageSize,
Expand Down

0 comments on commit a4bdf7d

Please sign in to comment.