mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 21:27:20 +01:00
Changed loading for TeamProvider.
This commit is contained in:
parent
d62dd3be44
commit
2d371098b4
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ export function TeamProvider({ teamId, children }: { teamId?: string; children:
|
|||
}, [teamId, modified]);
|
||||
|
||||
if (isFetching && isLoading) {
|
||||
return <Loading />;
|
||||
return <Loading position="page" />;
|
||||
}
|
||||
|
||||
if (teamId && !team) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue