mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Fix: capitalize placeholder text (#11272)
This commit is contained in:
parent
6508c41016
commit
064400fcac
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ export const Folders = function Folders({
|
|||
dataCy={`query-manager`}
|
||||
width="248px"
|
||||
callBack={handleSearch}
|
||||
placeholder={'search for folders'}
|
||||
placeholder={'Search for folders'}
|
||||
customClass="tj-common-search-input"
|
||||
onClearCallback={handleClose}
|
||||
autoFocus={true}
|
||||
|
|
|
|||
Loading…
Reference in a new issue