Skip to content

Commit e5bddc6

Browse files
committed
🧹
1 parent ab91af8 commit e5bddc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/OrganizationSettingsPage/OrganizationSettingsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import {
1818
HorizontalForm,
1919
FormFooter,
2020
} from "components/Form/Form";
21+
import { displaySuccess } from "components/GlobalSnackbar/utils";
2122
import { IconField } from "components/IconField/IconField";
2223
import { Margins } from "components/Margins/Margins";
2324
import { PageHeader, PageHeaderTitle } from "components/PageHeader/PageHeader";
@@ -29,7 +30,6 @@ import {
2930
onChangeTrimmed,
3031
} from "utils/formUtils";
3132
import { useOrganizationSettings } from "./OrganizationSettingsLayout";
32-
import { displaySuccess } from "components/GlobalSnackbar/utils";
3333

3434
const MAX_DESCRIPTION_CHAR_LIMIT = 128;
3535
const MAX_DESCRIPTION_MESSAGE = `Please enter a description that is no longer than ${MAX_DESCRIPTION_CHAR_LIMIT} characters.`;

0 commit comments

Comments
 (0)