mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-22 13:33:52 +03:00
M #-: Fix fireedge-func tests (#3003)
* Fix cluster rename Signed-off-by: Victor Hansson <vhansson@opennebula.io> Co-authored-by: Tino Vázquez <cvazquez@opennebula.io>
This commit is contained in:
parent
9f633e7601
commit
65b06c69ea
@ -111,7 +111,7 @@ const Steps = createSteps([General, Hosts, Vnets, Datastores], {
|
||||
)
|
||||
|
||||
// Check if the name has been changed
|
||||
const changeName = initialValues?.NAME === formData?.general?.NAME
|
||||
const changeName = initialValues?.NAME !== formData?.general?.NAME
|
||||
|
||||
return {
|
||||
...formData,
|
||||
|
Loading…
Reference in New Issue
Block a user