feat: support search channels by key (close #185)

This commit is contained in:
JustSong
2023-06-22 21:19:43 +08:00
parent d0c454c78e
commit ad1049b0cf
2 changed files with 3 additions and 3 deletions

View File

@@ -263,7 +263,7 @@ const ChannelsTable = () => {
icon='search'
fluid
iconPosition='left'
placeholder='搜索渠道的 ID 和名称 ...'
placeholder='搜索渠道的 ID,名称和密钥 ...'
value={searchKeyword}
loading={searching}
onChange={handleKeywordChange}