code cleanup

This commit is contained in:
dorj222
2023-01-25 17:06:39 +01:00
parent 1993eebc9f
commit 7920ec17a9
2 changed files with 1 additions and 3 deletions

View File

@@ -102,7 +102,7 @@ const AddKeyForm = ({ setShowAddKeyForm, setFieldInConfigState, streamKeys, setE
},
]}
>
<Input placeholder="def456" onChange={handleInputChange} />
<Input onChange={handleInputChange} />
</Item>
<Item
style={{ width: '60%', marginRight: '5px' }}