Skip to content

Commit

Permalink
Added export to facilitate overriding submit button in invenio_modula…
Browse files Browse the repository at this point in the history
…r_deposit_form
  • Loading branch information
monotasker committed Jan 10, 2025
1 parent dcc2697 commit 0e05a57
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ export { DepositApiClient } from "./DepositApiClient";

export { DepositFormApp } from "./DepositFormApp";
export { DepositRecordSerializer } from "./DepositRecordSerializer";

export {
DepositFormSubmitActions,
DepositFormSubmitContext,
} from "./DepositFormSubmitContext";

0 comments on commit 0e05a57

Please sign in to comment.