Skip to content

Commit

Permalink
deposit: align license search config w/ funding
Browse files Browse the repository at this point in the history
* allow pagination in license modal
* closes: #2691

Co-authored-by: Talha Muqsit <[email protected]>
  • Loading branch information
mugraph and talhamuqsit committed Feb 6, 2025
1 parent 1197843 commit 1ad100b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,11 @@ export class RDMDepositForm extends Component {
},
initialQueryState: {
filters: [["tags", "recommended"]],
sortBy: "bestmatch",
sortOrder: "asc",
layout: "list",
page: 1,
size: 12,
},
}}
serializeLicenses={(result) => ({
Expand Down

0 comments on commit 1ad100b

Please sign in to comment.