Skip to content

Commit

Permalink
Add null check
Browse files Browse the repository at this point in the history
  • Loading branch information
DonOmalVindula committed Sep 5, 2024
1 parent cb2e885 commit ed91e31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export const ApplicationShareForm: FunctionComponent<ApplicationShareFormPropsIn
error: sharedOrganizationsFetchRequestError,
mutate: mutateSharedOrganizationsFetchRequest
} = useSharedOrganizations(
application.id,
application?.id,
isOrganizationManagementEnabled
);

Expand Down

0 comments on commit ed91e31

Please sign in to comment.