We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da518c1 commit 5e21a27Copy full SHA for 5e21a27
1 file changed
src/frontend/src/components/core/parameterRenderComponent/components/inputComponent/index.tsx
@@ -196,11 +196,11 @@ export default function InputComponent({
196
className={className}
197
placeholder={placeholder}
198
blurOnEnter={blurOnEnter}
199
- name={name}
200
- id={id}
201
- inputProps={inputProps}
202
- allowAutofill={allowAutofill}
203
- />
+ name={name}
+ id={id}
+ inputProps={inputProps}
+ allowAutofill={allowAutofill}
+ />
204
) : (
205
<>
206
{isObjectOption ? (
0 commit comments