Skip to content

Commit 737ebad

Browse files
committed
[BLD-247] Add propagation time for domain settings in project settings page
1 parent a9c388a commit 737ebad

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/settings/ProjectGeneralSettingsPage.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,12 @@ function AllowedDomainsSetting(props: {
539539

540540
return (
541541
<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
546+
</>
547+
}
543548
errorText={form.getFieldState("domains", form.formState).error?.message}
544549
header={{
545550
description:

0 commit comments

Comments
 (0)