Skip to content

Commit

Permalink
reverting updateRedirectHome change for DirectPay
Browse files Browse the repository at this point in the history
  • Loading branch information
urvi-occ committed May 2, 2024
1 parent 938aa0c commit c3e8e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bmh_admin_portal_ui/src/views/request-workspace.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const RequestWorkspace = () => {
<Row className="mb-3"><h4>{"Request Form for OCC Direct Pay Account"}</h4></Row>
<Row className="justify-content-left">
<Col>
<DirectPayForm updateRedirectHome={setRedirectHome} />
<DirectPayForm />
</Col>
</Row>
</div>)
Expand Down

0 comments on commit c3e8e7d

Please sign in to comment.