Fixed a11y issue for input param ID

This commit is contained in:
vaidankarswapnil 2022-01-24 19:41:44 +05:30
parent de5df90f75
commit fb4ef8258f

View File

@ -63,7 +63,6 @@ export const InputParameter: FunctionComponent<InputParameterProps> = ({
/> />
<TextField <TextField
label={inputLabel && inputLabel} label={inputLabel && inputLabel}
id="confirmCollectionId"
defaultValue={paramValue} defaultValue={paramValue}
onChange={onParamValueChange} onChange={onParamValueChange}
tabIndex={0} tabIndex={0}