Skip to content
Snippets Groups Projects
Unverified Commit b80647c9 authored by gabriellsh's avatar gabriellsh Committed by GitHub
Browse files

fix: Changed accordion item title proptype (#151)


Co-authored-by: default avatarTasso Evangelista <tassoevan7@gmail.com>
parent 1c39ce2a
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ Item.propTypes = {
disabled: PropTypes.bool,
expanded: PropTypes.bool,
tabIndex: PropTypes.number,
title: PropTypes.string,
title: PropTypes.node,
onToggle: PropTypes.func,
onToggleEnabled: PropTypes.func,
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment