Merge branch 'master' into BUDI-7580/account_portal_submodule
This commit is contained in:
commit
3809503a99
|
@ -58,9 +58,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
const getAutomationNameError = name => {
|
const getAutomationNameError = name => {
|
||||||
for (const [key, value] of Object.entries(stepNames)) {
|
if (stepNames) {
|
||||||
if (name === value && key !== block.id) {
|
for (const [key, value] of Object.entries(stepNames)) {
|
||||||
return "This name already exists, please enter a unique name"
|
if (name === value && key !== block.id) {
|
||||||
|
return "This name already exists, please enter a unique name"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue