Fixed #6639
parent
5c6d80f439
commit
229d5319e1
|
@ -122,7 +122,7 @@ export interface MeterItem {
|
||||||
/**
|
/**
|
||||||
* Current icon of the meter item.
|
* Current icon of the meter item.
|
||||||
*/
|
*/
|
||||||
icon: string;
|
icon?: string;
|
||||||
/**
|
/**
|
||||||
* Optional keys.
|
* Optional keys.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue