File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ export default () => (
1717 onClick = { ( ) => { } }
1818 betaBadgeProps = { {
1919 label : 'Beta' ,
20- tooltipContent :
21- 'This module is not GA. Please help us by reporting any bugs.' ,
20+ // tooltipContent:
21+ // 'This module is not GA. Please help us by reporting any bugs.',
2222 } }
2323 />
2424 </ EuiFlexItem >
@@ -30,8 +30,8 @@ export default () => (
3030 betaBadgeProps = { {
3131 label : 'Accent' ,
3232 color : 'accent' ,
33- tooltipContent :
34- 'You can change the badge color using betaBadgeProps.color.' ,
33+ // tooltipContent:
34+ // 'You can change the badge color using betaBadgeProps.color.',
3535 } }
3636 onClick = { ( ) => { } }
3737 />
@@ -46,8 +46,8 @@ export default () => (
4646 href : 'http://www.elastic.co/subscriptions' ,
4747 target : '_blank' ,
4848 label : 'Basic' ,
49- tooltipContent :
50- 'Disabled cards with still clickable badges will stay hollow.' ,
49+ // tooltipContent:
50+ // 'Disabled cards with still clickable badges will stay hollow.',
5151 } }
5252 onClick = { ( ) => { } }
5353 />
You can’t perform that action at this time.
0 commit comments