1
0
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:
vichansson 2024-07-18 18:27:05 +03:00 committed by GitHub
parent 6407cef60e
commit af20fdda65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,9 @@ const CLUSTER = {
validation: array(string().trim())
.required()
.default(() => undefined),
fieldProps: {
preserveState: true,
},
grid: { md: 12 },
}