Skip to content

Commit

Permalink
fix issue with server action
Browse files Browse the repository at this point in the history
  • Loading branch information
aatbip committed Feb 8, 2024
1 parent 06f2a26 commit c0e3213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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')]);
}}
/>
</ToggleDecider>
Expand Down

0 comments on commit c0e3213

Please sign in to comment.