chore: find more redirect to correct category (#29303)

This commit is contained in:
非法操作
2025-12-09 11:09:43 +08:00
committed by GitHub
parent 48efd2d174
commit a44b800c85
5 changed files with 10 additions and 4 deletions

View File

@@ -231,6 +231,7 @@ export const AgentStrategySelector = memo((props: AgentStrategySelectorProps) =>
list={notInstalledPlugins}
searchText={query}
tags={DEFAULT_TAGS}
category={PluginCategoryEnum.agent}
disableMaxWidth
/>}
</main>