Skip to content

Commit

Permalink
fix: filtering not working for pub id source
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Oct 16, 2023
1 parent a91da51 commit 4372160
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/components/Provenance/Tables/PublicationsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ const PublicationsTable = ({ publications }: PublicationsTableProps) => {
text: v,
value: v,
})),
onFilter: (filterValue, p) => p.identifier.identifierSource === filterValue,
},
] as ColumnsType<PrimaryPublication>,
[td, publications]
Expand Down

0 comments on commit 4372160

Please sign in to comment.