Skip to content

Commit

Permalink
fixed merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkparti committed Apr 30, 2024
1 parent 3635c82 commit 17fc933
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions src/pages/TrustRelationship/TrustRelationshipTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,7 @@ import {
import TrustRelationshipSidePanel from './trustRelationshipSidePanel';
import CreateTrustRelationship from './CreateTrustRelationship/CreateTrustRelationship';

const FilterDialog = ({
anchorEl,
handleFilterClose,
filter,
setFilter,
statesList,
requestTypeList,
getStatusColor,
typeList,
defaultFilter,
}) => {
return (

const FilterDialog = ({
anchorEl,
handleFilterClose,
Expand Down Expand Up @@ -211,11 +200,10 @@ const TrustRelationshipTableHeader = ({ tableTitle, getStatusColor }) => {
Filters
<FilterListIcon style={{ color: '#86C232', marginLeft: '8px' }} />
</FilterButton>
<FilterDialog

<FilterDialog
anchorEl={anchorEl}
handleFilterClose={handleFilterClose}
handleFilterClose={handleFilterClose}
filter={filter}
setFilter={setFilter}
statesList={statesList}
Expand Down

0 comments on commit 17fc933

Please sign in to comment.