From 38cfb7fd413c1926dc7152f48cde6eeb1d311aa0 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Fri, 3 May 2024 08:19:27 -0400 Subject: [PATCH] patch migration notice bug --- frontend/src/pages/org/[id]/overview/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/pages/org/[id]/overview/index.tsx b/frontend/src/pages/org/[id]/overview/index.tsx index b6cc4ee46..b29ee7298 100644 --- a/frontend/src/pages/org/[id]/overview/index.tsx +++ b/frontend/src/pages/org/[id]/overview/index.tsx @@ -594,7 +594,7 @@ const OrganizationPage = withPermission( )}
- {window.location.origin.includes("https://app.infisical.com") || window.location.origin.includes("http://localhost:8080") && ( + {(window.location.origin.includes("https://app.infisical.com") || window.location.origin.includes("http://localhost:8080")) && (
Scheduled maintenance on April 13th 2024 {" "}
- Infisical will undergo scheduled maintenance for approximately 1 hour on Saturday, April 13th, 11am EST. During these hours, read - operations will continue to function normally but no resources will be editable. + Infisical will undergo scheduled maintenance for approximately 2 hour on Saturday, May 11th, 11am EST. During these hours, read + operations to Infisical will continue to function normally but no resources will be editable. No action is required on your end — your applications will continue to fetch secrets.