Skip to content

Commit

Permalink
UIIN-2647: Add brackets to query
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksandrHladchenko1 committed Nov 3, 2023
1 parent 6146b45 commit 7f97b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ViewInstance.js
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ class ViewInstance extends React.Component {

this.props.mutator.authorities.GET({
params: {
query: `id==${authorityIds}`,
query: `id==(${authorityIds})`,
}
}).then(({ authorities }) => {
const localAuthorities = authorities.filter(authority => !authority.source.startsWith(CONSORTIUM_PREFIX));
Expand Down

0 comments on commit 7f97b7b

Please sign in to comment.