mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 18:15:35 +01:00
Board setup.
This commit is contained in:
parent
f97c840825
commit
e08907d998
9 changed files with 141 additions and 23 deletions
|
|
@ -13,9 +13,5 @@ export function BoardProvider({ boardId, children }: { boardId: string; children
|
|||
return <Loading placement="absolute" />;
|
||||
}
|
||||
|
||||
if (!board) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return <BoardContext.Provider value={board}>{children}</BoardContext.Provider>;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue