Skip to content

Commit bfcab94

Browse files
authored
fix: depositions orcid filterby (#1817)
* fix depositions orcid filterby * save your files friends
1 parent fa3f3f3 commit bfcab94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/packages/data-portal/app/graphql/getBrowseDepositionsV2.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ export async function getBrowseDepositionsV2({
149149
authors: {
150150
name: filters.authors.name,
151151
kaggleId: filters.authors.name,
152+
orcid: filters.authors.orcid,
152153
},
153154
}
154155
delete filtersWithKaggleId?.authors?.name

0 commit comments

Comments
 (0)