File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ import {
7
7
EuiFlexItem ,
8
8
EuiPageHeader ,
9
9
EuiSpacer ,
10
+ EuiText ,
10
11
} from '@elastic/eui' ;
11
12
import {
12
13
WfoJsonCodeBlock ,
13
14
WfoUserInputForm ,
14
15
} from '@orchestrator-ui/orchestrator-ui-components' ;
15
16
import type { InputForm } from '@orchestrator-ui/orchestrator-ui-components' ;
16
- import { PROCESSES_ENDPOINT } from '@orchestrator-ui/orchestrator-ui-components' ;
17
17
18
18
export function ExampleFormPage ( ) {
19
19
const router = useRouter ( ) ;
@@ -132,11 +132,12 @@ export function ExampleFormPage() {
132
132
< EuiFlexItem >
133
133
< EuiPageHeader pageTitle = "Example form" />
134
134
< EuiSpacer />
135
- This page shows the form definition that a fictitious `$
136
- { PROCESSES_ENDPOINT } `/test-name endpoint might return to request
137
- userInput it needs and the form it is turned into. It shows the
138
- form fields and their types, and how they are rendered in the
139
- form.
135
+ < EuiText >
136
+ This page shows the form definition that a fictitious
137
+ /example-form endpoint might return to request user input it
138
+ needs. It shows the form fields and their types, and how
139
+ they are rendered in the form.
140
+ </ EuiText >
140
141
< EuiSpacer />
141
142
< div >
142
143
< a
You can’t perform that action at this time.
0 commit comments