mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
removes search placeholder icon (#5105)
This commit is contained in:
parent
11ff100b3c
commit
545f29d0a7
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ const LeftSidebarPageSelector = ({
|
|||
</div>
|
||||
</HeaderSection.PanelHeader>
|
||||
{showSearch && (
|
||||
<HeaderSection.SearchBoxComponent onChange={filterPages} placeholder={'Search'} placeholderIcon={'⌘S'} />
|
||||
<HeaderSection.SearchBoxComponent onChange={filterPages} placeholder={'Search'} placeholderIcon={''} />
|
||||
)}
|
||||
</HeaderSection>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue