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 {
77 EuiFlexItem ,
88 EuiPageHeader ,
99 EuiSpacer ,
10+ EuiText ,
1011} from '@elastic/eui' ;
1112import {
1213 WfoJsonCodeBlock ,
1314 WfoUserInputForm ,
1415} from '@orchestrator-ui/orchestrator-ui-components' ;
1516import type { InputForm } from '@orchestrator-ui/orchestrator-ui-components' ;
16- import { PROCESSES_ENDPOINT } from '@orchestrator-ui/orchestrator-ui-components' ;
1717
1818export function ExampleFormPage ( ) {
1919 const router = useRouter ( ) ;
@@ -132,11 +132,12 @@ export function ExampleFormPage() {
132132 < EuiFlexItem >
133133 < EuiPageHeader pageTitle = "Example form" />
134134 < 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 >
140141 < EuiSpacer />
141142 < div >
142143 < a
You can’t perform that action at this time.
0 commit comments