исравленны нижние подчеркивания

This commit is contained in:
2025-07-25 13:02:05 +03:00
parent 1da5d939d8
commit 6f74b0512e

View File

@@ -558,10 +558,7 @@ export const ElementConstructor: React.FC<ElementConstructorProps> = ({
const updatedData = {
...formData,
name:
formData.label?.toLowerCase().replace(/\s+/g, '_') ||
formData.name ||
'',
name: formData.label || formData.name || '',
targetCells,
}