Fixed #3649 - Badge: do not render Zero correctly

This commit is contained in:
Tuğçe Küçükoğlu 2023-03-07 10:32:19 +03:00
parent 2641659296
commit 26433c3f12
3 changed files with 20 additions and 9 deletions

View file

@ -1,7 +1,7 @@
const BadgeProps = [
{
name: 'value',
type: 'any',
type: 'string | number',
default: 'null',
description: 'Value to display inside the badge.'
},