File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
site/src/pages/ManagementSettingsPage Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import type {
8
8
} from "api/typesGenerated" ;
9
9
import { ErrorAlert } from "components/Alert/ErrorAlert" ;
10
10
import { DeleteDialog } from "components/Dialogs/DeleteDialog/DeleteDialog" ;
11
+ import { FeatureBadge } from "components/FeatureBadge/FeatureBadge" ;
11
12
import {
12
13
FormFields ,
13
14
FormFooter ,
@@ -26,7 +27,6 @@ import {
26
27
} from "utils/formUtils" ;
27
28
import * as Yup from "yup" ;
28
29
import { HorizontalContainer , HorizontalSection } from "./Horizontal" ;
29
- import { FeatureBadge } from "components/FeatureBadge/FeatureBadge" ;
30
30
31
31
const MAX_DESCRIPTION_CHAR_LIMIT = 128 ;
32
32
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