Skip to content

Commit

Permalink
changing to enum in doc examples
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-cedrone-cengage committed Nov 29, 2023
1 parent 60774a7 commit 62582af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/react-magma-docs/src/pages/api/native-select.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export function Example() {
<br />
<NativeSelect
labelText="Left positioning"
labelPosition="left"
labelPosition={LabelPosition.left}
additionalContent={
<Tooltip content={helpLinkLabel}>
<IconButton
Expand Down
2 changes: 1 addition & 1 deletion website/react-magma-docs/src/pages/api/select.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ export function Example() {
/>
</Tooltip>
}
labelPosition="left"
labelPosition={LabelPosition.left}
labelText="Left positioning"
items={[
{ label: 'Red', value: 'red' },
Expand Down

0 comments on commit 62582af

Please sign in to comment.