fix: update search model placeholder and add translations f (#18518)
This commit is contained in:
parent
bf031af7b1
commit
67eefd0ba1
21 changed files with 21 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ const Popup: FC<PopupProps> = ({
|
|||
/>
|
||||
<input
|
||||
className='block h-[18px] grow appearance-none bg-transparent text-[13px] text-text-primary outline-none'
|
||||
placeholder='Search model'
|
||||
placeholder={t('datasetSettings.form.searchModel') || ''}
|
||||
value={searchText}
|
||||
onChange={e => setSearchText(e.target.value)}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue