mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +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`}
|
dataCy={`query-manager`}
|
||||||
width="248px"
|
width="248px"
|
||||||
callBack={handleSearch}
|
callBack={handleSearch}
|
||||||
placeholder={'search for folders'}
|
placeholder={'Search for folders'}
|
||||||
customClass="tj-common-search-input"
|
customClass="tj-common-search-input"
|
||||||
onClearCallback={handleClose}
|
onClearCallback={handleClose}
|
||||||
autoFocus={true}
|
autoFocus={true}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue