Skip to content

Commit

Permalink
Fix selected checks action
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosestito committed Mar 31, 2022
1 parent c5b1fcf commit 979947d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/components/ClustersList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ const ClustersList = () => {
type: cluster.type,
hasDetails: cluster.details != null,
checks_execution: cluster.checks_execution,
selected_checks: cluster.selected_checks,
tags: (cluster.tags && cluster.tags.map((tag) => tag.value)) || [],
};
});
Expand Down

0 comments on commit 979947d

Please sign in to comment.