File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
site/src/pages/OrganizationSettingsPage Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,17 @@ import {
18
18
HorizontalForm ,
19
19
FormFooter ,
20
20
} from "components/Form/Form" ;
21
+ import { IconField } from "components/IconField/IconField" ;
21
22
import { Margins } from "components/Margins/Margins" ;
22
23
import { PageHeader , PageHeaderTitle } from "components/PageHeader/PageHeader" ;
24
+ import { Stack } from "components/Stack/Stack" ;
23
25
import {
24
26
getFormHelpers ,
25
27
nameValidator ,
26
28
displayNameValidator ,
27
29
onChangeTrimmed ,
28
30
} from "utils/formUtils" ;
29
31
import { useOrganizationSettings } from "./OrganizationSettingsLayout" ;
30
- import { IconField } from "components/IconField/IconField" ;
31
- import { Stack } from "components/Stack/Stack" ;
32
32
33
33
const MAX_DESCRIPTION_CHAR_LIMIT = 128 ;
34
34
const MAX_DESCRIPTION_MESSAGE =
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ import { Link, NavLink } from "react-router-dom";
4
4
import type { Organization } from "api/typesGenerated" ;
5
5
import { Sidebar as BaseSidebar } from "components/Sidebar/Sidebar" ;
6
6
import { Stack } from "components/Stack/Stack" ;
7
+ import { UserAvatar } from "components/UserAvatar/UserAvatar" ;
7
8
import { type ClassName , useClassName } from "hooks/useClassName" ;
8
9
import { useOrganizationSettings } from "./OrganizationSettingsLayout" ;
9
- import { UserAvatar } from "components/UserAvatar/UserAvatar" ;
10
10
11
11
export const Sidebar : FC = ( ) => {
12
12
const { currentOrganizationId, organizations } = useOrganizationSettings ( ) ;
You can’t perform that action at this time.
0 commit comments