Skip to content

Commit

Permalink
[REVERT ME] Docs QA
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Nov 14, 2023
1 parent dfae45c commit 344e430
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: 'minor',
value: true,
inputDisplay: (
<EuiHealth color="warning" style={{ lineHeight: 'inherit' }}>
Minor
True
</EuiHealth>
),
'data-test-subj': 'option-minor',
},
{
value: 'critical',
value: false,
inputDisplay: (
<EuiHealth color="danger" style={{ lineHeight: 'inherit' }}>
Critical
False
</EuiHealth>
),
'data-test-subj': 'option-critical',
Expand Down

0 comments on commit 344e430

Please sign in to comment.