We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e140c commit aec3cb3Copy full SHA for aec3cb3
src/components/CippStandards/CippStandardAccordion.jsx
@@ -135,10 +135,9 @@ const CippStandardAccordion = ({
135
136
// Set default autoRemediate if not set
137
if (currentValues.autoRemediate === undefined) {
138
- formControl.setValue(`${standardName}.autoRemediate`, true);
+ formControl.setValue(`${standardName}.autoRemediate`, false);
139
formControl.setValue(`${standardName}.action`, [
140
{ label: "Report", value: "Report" },
141
- { label: "Remediate", value: "Remediate" },
142
]);
143
}
144
});
0 commit comments