From c0e3213ec19bc7379cf45531b3b879b2465f9d34 Mon Sep 17 00:00:00 2001 From: aatbip Date: Thu, 8 Feb 2024 17:40:27 +0545 Subject: [PATCH] fix issue with server action --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 349d940..e15131c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -35,7 +35,7 @@ export default function RootLayout({ children }: { children: React.ReactNode }) body: JSON.stringify(settingsPayload), }); - await Promise.all([revalidateTag('settings'), revalidateTag('customFieldAccess')]); + Promise.all([revalidateTag('settings'), revalidateTag('customFieldAccess')]); }} />