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 946aa77347
commit 282753dc12
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}