Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
mannycarrera4 committed Sep 26, 2024
1 parent f6512a2 commit 3c851af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/docs/mdx/11.0-UPGRADE-GUIDE.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ import {LabelText} from '@workday/canvas-kit-react/text';
</form>;

//v11
import {FormField} from '@workday/canvas-kit-react/form-field';
import {FormField} from '@workday/canvas-kit-preview-react/form-field';
import {TextInput} from '@workday/canvas-kit-react/text-input';

<FormField>
Expand Down Expand Up @@ -609,7 +609,7 @@ are applied to `FormField` in [Preview](#preview) in order to match the API from

```tsx
// v10 FormField in Preview
import {FormField} from '@workday/canvas-kit-react/form-field';
import {FormField} from '@workday/canvas-kit-preview-react/form-field';
import {TextInput} from '@workday/canvas-kit-react/text-input';
<FormField orientation="vertical" hasError={true}>
Expand All @@ -619,7 +619,7 @@ import {TextInput} from '@workday/canvas-kit-react/text-input';
</FormField>;
// v11
import {FormField} from '@workday/canvas-kit-react/form-field';
import {FormField} from '@workday/canvas-kit-preview-react/form-field';
import {TextInput} from '@workday/canvas-kit-react/text-input';
<FormField error="error">
Expand Down

0 comments on commit 3c851af

Please sign in to comment.