Skip to content

Commit

Permalink
Update DataAccessRequestApplication.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hams7504 authored Oct 16, 2023
1 parent 0b4e062 commit f60f2bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/dar_application/DataAccessRequestApplication.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ const DataAccessRequestApplication = (props) => {

const init = useCallback(async () => {
let formData = {};
const { dataRequestId, collectionId } = props.match.params;
setIsLoading(false);

if (!isNil(collectionId)) {
Expand Down

0 comments on commit f60f2bd

Please sign in to comment.