mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00: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…
Reference in a new issue