feat(ui): show search on AccessSelect

This commit is contained in:
Fu Diwei
2025-05-13 00:33:48 +08:00
committed by RHQYZ
parent 9d522bd9ef
commit 8ca41f18be
4 changed files with 10 additions and 0 deletions

View File

@@ -448,6 +448,7 @@ const DeployNodeConfigForm = forwardRef<DeployNodeConfigFormInstance, DeployNode
return !!provider?.usages?.includes(ACCESS_USAGES.HOSTING);
}}
placeholder={t("workflow_node.deploy.form.provider_access.placeholder")}
showSearch
/>
</Form.Item>
</Form.Item>