Skip to content
Snippets Groups Projects
Commit c8fc8ec7 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix: set enabled=true for remedations

parent 0585f2d2
No related merge requests found
......@@ -154,6 +154,7 @@ export async function flattenUpdates(
updateConfig.currentValue = updateConfig.currentVersion;
updateConfig.newValue = updateConfig.newVersion;
updateConfig = applyUpdateConfig(updateConfig);
updateConfig.enabled = true;
updates.push(updateConfig);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment