Skip to content

Commit

Permalink
Revert "[REVERT ME] Docs QA"
Browse files Browse the repository at this point in the history
This reverts commit 344e430.
  • Loading branch information
cee-chen committed Nov 16, 2023
1 parent e15fc04 commit 55ae09e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src-docs/src/views/super_select/super_select_basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ export default () => {
disabled: true,
},
{
value: true,
value: 'minor',
inputDisplay: (
<EuiHealth color="warning" style={{ lineHeight: 'inherit' }}>
True
Minor
</EuiHealth>
),
'data-test-subj': 'option-minor',
},
{
value: false,
value: 'critical',
inputDisplay: (
<EuiHealth color="danger" style={{ lineHeight: 'inherit' }}>
False
Critical
</EuiHealth>
),
'data-test-subj': 'option-critical',
Expand Down

0 comments on commit 55ae09e

Please sign in to comment.