File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
site/src/pages/OrganizationSettingsPage Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import {
18
18
HorizontalForm ,
19
19
FormFooter ,
20
20
} from "components/Form/Form" ;
21
+ import { displaySuccess } from "components/GlobalSnackbar/utils" ;
21
22
import { IconField } from "components/IconField/IconField" ;
22
23
import { Margins } from "components/Margins/Margins" ;
23
24
import { PageHeader , PageHeaderTitle } from "components/PageHeader/PageHeader" ;
@@ -29,7 +30,6 @@ import {
29
30
onChangeTrimmed ,
30
31
} from "utils/formUtils" ;
31
32
import { useOrganizationSettings } from "./OrganizationSettingsLayout" ;
32
- import { displaySuccess } from "components/GlobalSnackbar/utils" ;
33
33
34
34
const MAX_DESCRIPTION_CHAR_LIMIT = 128 ;
35
35
const MAX_DESCRIPTION_MESSAGE = `Please enter a description that is no longer than ${ MAX_DESCRIPTION_CHAR_LIMIT } characters.` ;
You can’t perform that action at this time.
0 commit comments