Skip to content

Commit

Permalink
fix: bug fix for message editor
Browse files Browse the repository at this point in the history
  • Loading branch information
songquanpeng committed May 9, 2023
1 parent fa166df commit fb4fe96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/Message/EditMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const EditMessage = () => {
placeholder='请输入消息链接'
value={inputs.url}
type={'url'}
name='content'
name='url'
onChange={handleInputChange}
/>
</Form.Group>
Expand Down

0 comments on commit fb4fe96

Please sign in to comment.