mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
feat(search-box): enhance marketplace search box with new triggers and conditional rendering
This commit is contained in:
@ -131,7 +131,6 @@ const ToolPicker: FC<Props> = ({
|
||||
onSearchChange={setQuery}
|
||||
tags={tags}
|
||||
onTagsChange={setTags}
|
||||
size='small'
|
||||
placeholder={t('plugin.searchTools')!}
|
||||
inputClassName='w-full'
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user