This commit is contained in:
Connor Yoh 2025-08-25 14:37:41 +01:00
parent d835dbd510
commit 1ea92e53c8

View File

@ -87,7 +87,6 @@ const ToolSearch = ({
placeholder={placeholder || t("toolPicker.searchPlaceholder", "Search tools...")} placeholder={placeholder || t("toolPicker.searchPlaceholder", "Search tools...")}
icon={hideIcon ? undefined : <span className="material-symbols-rounded">search</span>} icon={hideIcon ? undefined : <span className="material-symbols-rounded">search</span>}
autoComplete="off" autoComplete="off"
style={{padding: 0}}
onFocus={onFocus} onFocus={onFocus}
/> />
); );