mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Fix capitalization typo for className attribute. (#20104)
This commit is contained in:
parent
66a73ddcff
commit
343e5c200d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ export function Metric({ className, value, warning }) {
|
|||
let stylizedValue;
|
||||
if (warning) {
|
||||
stylizedValue = (
|
||||
<EuiBadge color="warning" classname={className}>
|
||||
<EuiBadge color="warning" className={className}>
|
||||
{value}
|
||||
</EuiBadge>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue