You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/settings/ProjectGeneralSettingsPage.tsx
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -539,7 +539,12 @@ function AllowedDomainsSetting(props: {
539
539
540
540
return(
541
541
<SettingsCard
542
-
bottomText="This is only applicable for web applications"
542
+
bottomText={
543
+
<>
544
+
This is only applicable for web applications. Changes to domain
545
+
restrictions may take up to 5 minutes to take effect
0 commit comments