chore: make the user unable to search token by id

This commit is contained in:
JustSong
2023-06-19 10:04:38 +08:00
parent 75545a1f47
commit 5c18c559c3
2 changed files with 2 additions and 2 deletions

View File

@@ -154,7 +154,7 @@ const TokensTable = () => {
icon='search'
fluid
iconPosition='left'
placeholder='搜索令牌的 ID 和名称 ...'
placeholder='搜索令牌的名称 ...'
value={searchKeyword}
loading={searching}
onChange={handleKeywordChange}