File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
site/src/pages/GroupsPage Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { useMachine } from "@xstate/react"
9
9
import { User } from "api/typesGenerated"
10
10
import { AvatarData } from "components/AvatarData/AvatarData"
11
11
import { ChooseOne , Cond } from "components/Conditionals/ChooseOne"
12
- import { FullScreenLoader } from "components/Loader/FullScreenLoader "
12
+ import { Loader } from "components/Loader/Loader "
13
13
import { LoadingButton } from "components/LoadingButton/LoadingButton"
14
14
import { Margins } from "components/Margins/Margins"
15
15
import { PageHeader , PageHeaderTitle } from "components/PageHeader/PageHeader"
@@ -84,7 +84,7 @@ export const GroupPage: React.FC = () => {
84
84
</ Helmet >
85
85
< ChooseOne >
86
86
< Cond condition = { isLoading } >
87
- < FullScreenLoader />
87
+ < Loader />
88
88
</ Cond >
89
89
90
90
< Cond condition >
You can’t perform that action at this time.
0 commit comments