feat: update message search function

This commit is contained in:
JustSong
2023-04-16 15:36:39 +08:00
parent 26a3c76f3f
commit dda530b6e6
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ const MessagesTable = () => {
icon='search'
fluid
iconPosition='left'
placeholder='搜索消息的 ID,标题,通道,以及发送状态 ...'
placeholder='搜索消息的 ID,标题,描述,以及消息内容 ...'
value={searchKeyword}
loading={searching}
onChange={handleKeywordChange}