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

@@ -260,6 +260,7 @@ const NotifyNodeConfigForm = forwardRef<NotifyNodeConfigFormInstance, NotifyNode
return !!provider?.usages?.includes(ACCESS_USAGES.NOTIFICATION);
}}
placeholder={t("workflow_node.notify.form.provider_access.placeholder")}
showSearch
onChange={handleProviderAccessSelect}
/>
</Form.Item>