mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
fix(edge groups): make large edge groups editable [BE-11720] (#558)
This commit is contained in:
parent
7c01f84a5c
commit
1d12011eb5
14 changed files with 373 additions and 46 deletions
|
@ -21,6 +21,7 @@ export function useValidation({
|
|||
is: true,
|
||||
then: (schema) => schema.min(1, 'Tags are required'),
|
||||
}),
|
||||
edgeGroupId: number().default(0).notRequired(),
|
||||
}),
|
||||
[nameValidation]
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue