File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
site/src/pages/ManagementSettingsPage/GroupsPage Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ import * as Yup from "yup";
6
6
import { isApiValidationError } from "api/errors" ;
7
7
import type { CreateGroupRequest } from "api/typesGenerated" ;
8
8
import { ErrorAlert } from "components/Alert/ErrorAlert" ;
9
- import { IconField } from "components/IconField/IconField" ;
10
- import { getFormHelpers , onChangeTrimmed } from "utils/formUtils" ;
11
9
import {
12
10
FormFields ,
13
11
FormFooter ,
14
12
FormSection ,
15
13
HorizontalForm ,
16
14
} from "components/Form/Form" ;
15
+ import { IconField } from "components/IconField/IconField" ;
16
+ import { getFormHelpers , onChangeTrimmed } from "utils/formUtils" ;
17
17
18
18
const validationSchema = Yup . object ( {
19
19
name : Yup . string ( ) . required ( ) . label ( "Name" ) ,
You can’t perform that action at this time.
0 commit comments