Skip to content

Commit

Permalink
Update RequestProjectAccess.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
alexd-bes committed Sep 20, 2024
1 parent ae4bb3e commit 7cebab4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/datatrak-web/src/features/RequestProjectAccess.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ export const RequestProjectAccess = ({ projectCode, onClose }: RequestProjectAcc
project={project}
onSubmit={requestProjectAccess}
isLoading={isLoadingProject}
isSubmitting={isLoading}
isSubmitting={isLoading || !isFetched}
isSuccess={isSuccess}
isFetched={isFetched}
countries={countries}
/>
);
Expand Down

0 comments on commit 7cebab4

Please sign in to comment.