1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

PR comments

This commit is contained in:
andreas-unleash 2022-08-05 12:20:35 +03:00
parent 578c173e1d
commit c7507c6887

View File

@ -47,7 +47,7 @@ export const ConstraintAccordionViewHeaderInfo = ({
singleValue,
allowExpand,
expanded,
maxLength = 112,
maxLength = 112, //The max number of characters in the values text for NOT allowing expansion
}: ConstraintAccordionViewHeaderMetaInfoProps) => {
const { classes: styles } = useStyles();