Skip to content

Commit 344e430

Browse files
committed
[REVERT ME] Docs QA
1 parent dfae45c commit 344e430

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src-docs/src/views/super_select/super_select_basic.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ export default () => {
1515
disabled: true,
1616
},
1717
{
18-
value: 'minor',
18+
value: true,
1919
inputDisplay: (
2020
<EuiHealth color="warning" style={{ lineHeight: 'inherit' }}>
21-
Minor
21+
True
2222
</EuiHealth>
2323
),
2424
'data-test-subj': 'option-minor',
2525
},
2626
{
27-
value: 'critical',
27+
value: false,
2828
inputDisplay: (
2929
<EuiHealth color="danger" style={{ lineHeight: 'inherit' }}>
30-
Critical
30+
False
3131
</EuiHealth>
3232
),
3333
'data-test-subj': 'option-critical',

0 commit comments

Comments
 (0)