Skip to content

Commit

Permalink
fix(Recommendation clusters): Fix always checked checkbox in the disa…
Browse files Browse the repository at this point in the history
  • Loading branch information
gkarat authored Jun 13, 2022
1 parent 97f56c4 commit 4e4231e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ const AffectedClustersTable = ({ query, rule, afterDisableFn }) => {
isModalOpen={disableRuleModalOpen}
rule={rule}
afterFn={afterDisableFn}
hosts={selected}
hosts={host !== undefined ? [] : selected}
host={host}
/>
)}
Expand Down

0 comments on commit 4e4231e

Please sign in to comment.