mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
fix(table): table search input placeholder (#35064)
This commit is contained in:
@@ -198,7 +198,7 @@ function SearchInput({
|
||||
{t('Search')}
|
||||
<Input
|
||||
aria-label={t('Search %s records', count)}
|
||||
placeholder={tn('search.num_records', count)}
|
||||
placeholder={tn('%s record', '%s records...', count, count)}
|
||||
value={value}
|
||||
onChange={onChange}
|
||||
onBlur={onBlur}
|
||||
|
||||
Reference in New Issue
Block a user