fix: bring back the label for PowerInput

This commit is contained in:
kasia.oczkowska
2024-07-12 11:27:52 +01:00
parent 7fba4d72b0
commit e5bda65a35

View File

@@ -132,8 +132,7 @@ function InputCreator(props) {
<React.Fragment>
<PowerInput
key={computedName}
// label={label}
label="PowerInput"
label={label}
description={description}
name={computedName}
required={required}