Skip to content

Commit

Permalink
chore: rename skipCRDs to cyclops_module_skip_crds
Browse files Browse the repository at this point in the history
  • Loading branch information
kom-senapati committed Oct 17, 2024
1 parent bb61948 commit 2562b3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cyclops-ui/src/components/pages/NewModule/NewModule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const NewModule = () => {
const handleSubmit = (values: any) => {
const moduleName = values["cyclops_module_name"];
const moduleNamespace = values["cyclops_module_namespace"];
const skipCRDs = values["skipCRDs"];
const skipCRDs = values["cyclops_module_skip_crds"];

values = findMaps(config.root.properties, values, initialValuesRaw);

Expand Down Expand Up @@ -580,7 +580,7 @@ const NewModule = () => {
</Select>
</Form.Item>
<Form.Item
name="skipCRDs"
name="cyclops_module_skip_crds"
valuePropName="checked"
style={{ padding: "12px 12px 0px 12px" }}
label={
Expand Down

0 comments on commit 2562b3a

Please sign in to comment.