Skip to content

Commit 7c6b9b8

Browse files
committed
changes on deployment template
1 parent 05ab6d4 commit 7c6b9b8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/deploymentConfig/DeploymentTemplateView/DeploymentTemplateGUIView.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,11 @@ export default function DeploymentTemplateGUIView({ fetchingValues, value, readO
238238
<CustomInput
239239
data-testid="httprequests-routes-path-textbox"
240240
name={BASIC_FIELDS.PATH}
241-
data-index={index}
241+
inputProps={
242+
{
243+
'data-index': index,
244+
} as React.InputHTMLAttributes<HTMLInputElement>
245+
}
242246
value={path}
243247
rootClassName="w-100 br-4 en-2 bw-1 pl-10 pr-10 pt-5 pb-5"
244248
onChange={handleInputChange}

0 commit comments

Comments
 (0)