fix: default icon in statbox widget (#31418)
Fixes #31292 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Refactor** - Renamed the `icon` property to `iconName` in the Stat Box Widget configuration for clarity. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro-2.local>
This commit is contained in:
parent
fa00d62feb
commit
a0e87c3152
|
|
@ -11,6 +11,6 @@ export const defaultsConfig = {
|
||||||
value: "1500",
|
value: "1500",
|
||||||
label: "Active Users",
|
label: "Active Users",
|
||||||
sublabel: "Since 21 Jan 2022",
|
sublabel: "Since 21 Jan 2022",
|
||||||
icon: "user",
|
iconName: "user",
|
||||||
responsiveBehavior: ResponsiveBehavior.Fill,
|
responsiveBehavior: ResponsiveBehavior.Fill,
|
||||||
} as unknown as WidgetDefaultProps;
|
} as unknown as WidgetDefaultProps;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user