fix badge

This commit is contained in:
Subhonbek 2023-05-26 15:42:30 +03:00
parent f33cf6015d
commit f996a162ac

View File

@ -155,7 +155,7 @@ ComboButton.propTypes = {
modernView: PropTypes.bool,
tabIndex: PropTypes.number,
isLoading: PropTypes.bool,
type: PropTypes.oneOf(["budge", null]),
type: PropTypes.oneOf(["badge", null]),
};
ComboButton.defaultProps = {