Skip to content

Commit

Permalink
947: Smaal layout improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben van Leeuwen committed May 21, 2024
1 parent 89e943e commit b305c94
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pages/example-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ import {
EuiFlexItem,
EuiPageHeader,
EuiSpacer,
EuiText,
} from '@elastic/eui';
import {
WfoJsonCodeBlock,
WfoUserInputForm,

Check failure on line 14 in pages/example-form.tsx

View workflow job for this annotation

GitHub Actions / tsc-and-linting

'"@orchestrator-ui/orchestrator-ui-components"' has no exported member named 'WfoUserInputForm'. Did you mean 'UserInputForm'?
} from '@orchestrator-ui/orchestrator-ui-components';
import type { InputForm } from '@orchestrator-ui/orchestrator-ui-components';
import { PROCESSES_ENDPOINT } from '@orchestrator-ui/orchestrator-ui-components';

export function ExampleFormPage() {
const router = useRouter();
Expand Down Expand Up @@ -132,11 +132,12 @@ export function ExampleFormPage() {
<EuiFlexItem>
<EuiPageHeader pageTitle="Example form" />
<EuiSpacer />
This page shows the form definition that a fictitious `$
{PROCESSES_ENDPOINT}`/test-name endpoint might return to request
userInput it needs and the form it is turned into. It shows the
form fields and their types, and how they are rendered in the
form.
<EuiText>
This page shows the form definition that a fictitious
/example-form endpoint might return to request user input it
needs. It shows the form fields and their types, and how
they are rendered in the form.
</EuiText>
<EuiSpacer />
<div>
<a
Expand Down

0 comments on commit b305c94

Please sign in to comment.