mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-15 16:34:52 +02:00
migrate to next 15 and react 19
This commit is contained in:
parent
2322640dc0
commit
ce19cc4ba4
20 changed files with 196 additions and 187 deletions
|
@ -29,7 +29,7 @@ export default async function RootLayout({
|
|||
try {
|
||||
const res = await internal.get<AxiosResponse<ListOrgsResponse>>(
|
||||
`/orgs`,
|
||||
authCookieHeader(),
|
||||
await authCookieHeader(),
|
||||
);
|
||||
if (res && res.data.data.orgs) {
|
||||
orgs = res.data.data.orgs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue