fix: bug fix for message editor

This commit is contained in:
JustSong
2023-05-09 16:49:20 +08:00
parent fa166df5ac
commit fb4fe963d8
+1 -1
View File
@@ -134,7 +134,7 @@ const EditMessage = () => {
placeholder='请输入消息链接'
value={inputs.url}
type={'url'}
name='content'
name='url'
onChange={handleInputChange}
/>
</Form.Group>