Skip to content

Commit 9d062fc

Browse files
author
KIvanow
committed
RI-7209 - Replace EuiFieldText with Input - fixed tests
1 parent 3b3e735 commit 9d062fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/browser/components/add-key/AddKeyCommonFields/AddKeyCommonFields.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const AddKeyCommonFields = (props: Props) => {
9090
id={config.keyName.name}
9191
value={keyName}
9292
placeholder={config.keyName.placeholder}
93-
onChange={stKeyName}
93+
onChange={setKeyName}
9494
disabled={loading}
9595
autoComplete="off"
9696
data-testid="key"

0 commit comments

Comments
 (0)