Skip to content

Commit

Permalink
PaperProps -> slotProps for MultiSelect
Browse files Browse the repository at this point in the history
  • Loading branch information
grantbacon-jaspersoft committed Nov 4, 2024
1 parent fe3e491 commit 2c21487
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const MultiSelect = forwardRef((props: any, ref) => {
classes: {
list: "jv-mChecklist jv-mChecklistLarge mui",
},
PaperProps: {
slotProps: {
elevation: 4,
style: {
maxHeight: ITEM_HEIGHT * 4.5 + ITEM_PADDING_TOP,
Expand Down

0 comments on commit 2c21487

Please sign in to comment.