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:
Pawan Kumar 2024-03-01 17:45:42 +05:30 committed by GitHub
parent fa00d62feb
commit a0e87c3152
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,6 @@ export const defaultsConfig = {
value: "1500",
label: "Active Users",
sublabel: "Since 21 Jan 2022",
icon: "user",
iconName: "user",
responsiveBehavior: ResponsiveBehavior.Fill,
} as unknown as WidgetDefaultProps;