mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-22 22:03:39 +03:00
M #-: Retain cluster selection for DS (#3158)
Signed-off-by: Victor Hansson <vhansson@opennebula.io>
This commit is contained in:
parent
6407cef60e
commit
af20fdda65
@ -29,6 +29,9 @@ const CLUSTER = {
|
||||
validation: array(string().trim())
|
||||
.required()
|
||||
.default(() => undefined),
|
||||
fieldProps: {
|
||||
preserveState: true,
|
||||
},
|
||||
grid: { md: 12 },
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user