fix(edge/aeec): make edge id generator field mandatory EE-6010 (#10545)
This commit is contained in:
@@ -19,6 +19,7 @@ const edgePropertiesFormInitialValues: ScriptFormValues = {
|
||||
edgeGroupsIds: [],
|
||||
group: 0,
|
||||
tagsIds: [],
|
||||
edgeIdGenerator: '',
|
||||
};
|
||||
|
||||
interface Props {
|
||||
@@ -45,6 +46,7 @@ export function EdgeScriptForm({
|
||||
initialValues={edgePropertiesFormInitialValues}
|
||||
validationSchema={() => validationSchema(isNomadTokenVisible)}
|
||||
onSubmit={() => {}}
|
||||
validateOnMount
|
||||
>
|
||||
{({ values, setFieldValue }) => (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user