Fix: capitalize placeholder text (#11272)

This commit is contained in:
Harish 2024-12-12 10:57:48 +05:30 committed by GitHub
parent 6508c41016
commit 064400fcac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}