Skip to content

Commit

Permalink
Fix Tags filtering in Licenses, refs ERM-810 (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
adi-mat authored and doytch committed Mar 27, 2020
1 parent 8d8d26c commit 61a1925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/LicensesRoute.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class LicensesRoute extends React.Component {
statusValues: resources?.statusValues?.records ?? [],
typeValues: resources?.typeValues?.records ?? [],
orgRoleValues: resources?.orgRoleValues?.records ?? [],
tagsValues: resources?.tagsValues?.records ?? [],
tags: resources?.tags?.records ?? [],
terms: resources?.terms?.records ?? [],
}}
onCompareLicenseTerms={this.handleCompareLicenseTerms}
Expand Down

0 comments on commit 61a1925

Please sign in to comment.