Handle warning and no routing to remote exit nodes for ai providers

This commit is contained in:
Owen
2026-08-21 12:09:22 -04:00
parent 2e87927b83
commit e3e1508e8a
6 changed files with 40 additions and 1 deletions
@@ -682,6 +682,7 @@ export default function CreateAiProviderPage() {
<ProxyResourceTargetsForm
orgId={orgId}
isHttp
isAiProvider
onChange={(nextTargets) => {
targetsRef.current = nextTargets;
}}