Skip to content

Commit

Permalink
Fix #3934
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Jul 1, 2023
1 parent f3c96e3 commit 9909a1d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions components/lib/multiselect/MultiSelectHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,6 @@ export const MultiSelectHeader = React.memo((props) => {
const filterElement = createFilterElement();
const selectAllId = props.id ? props.id + '_selectall' : UniqueComponentId();

const headerCheckboxProps = mergeProps(
{
className: 'p-multiselect-select-all p-checkbox-icon p-c'
},
props.ptm('headerCheckbox')
);

const headerSelectAllLabelProps = mergeProps(
{
for: selectAllId,
Expand Down

0 comments on commit 9909a1d

Please sign in to comment.