Add warning when creating resource with provided

This commit is contained in:
Owen
2026-03-19 14:26:14 -07:00
parent 26ab63d0e4
commit 991fed93ee
3 changed files with 15 additions and 1 deletions

View File

@@ -1109,6 +1109,9 @@ export default function Page() {
<SettingsSectionBody>
<DomainPicker
orgId={orgId as string}
warnOnProvidedDomain={
remoteExitNodes.length >= 1
}
onDomainChange={(res) => {
if (!res) return;