File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
site/src/pages/CreateWorkspacePage Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ import {
47
47
useValidationSchemaForRichParameters ,
48
48
} from "utils/richParameters" ;
49
49
import * as Yup from "yup" ;
50
+ import { NewFormContext } from "./CreateWorkspaceExperimentRouter" ;
50
51
import type {
51
52
CreateWorkspaceMode ,
52
53
ExternalAuthPollingState ,
53
54
} from "./CreateWorkspacePage" ;
54
55
import { ExternalAuthButton } from "./ExternalAuthButton" ;
55
56
import type { CreateWorkspacePermissions } from "./permissions" ;
56
- import { NewFormContext } from "./CreateWorkspaceExperimentRouter" ;
57
57
58
58
export const Language = {
59
59
duplicationWarning :
Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ import {
33
33
import { getFormHelpers , nameValidator } from "utils/formUtils" ;
34
34
import type { AutofillBuildParameter } from "utils/richParameters" ;
35
35
import * as Yup from "yup" ;
36
+ import { NewFormContext } from "./CreateWorkspaceExperimentRouter" ;
36
37
import type {
37
38
CreateWorkspaceMode ,
38
39
ExternalAuthPollingState ,
39
40
} from "./CreateWorkspacePage" ;
40
41
import { ExternalAuthButton } from "./ExternalAuthButton" ;
41
42
import type { CreateWorkspacePermissions } from "./permissions" ;
42
- import { NewFormContext } from "./CreateWorkspaceExperimentRouter" ;
43
43
44
44
export interface CreateWorkspacePageViewExperimentalProps {
45
45
autofillParameters : AutofillBuildParameter [ ] ;
You can’t perform that action at this time.
0 commit comments