Skip to content

Commit

Permalink
chore: Remove unnecessary prop
Browse files Browse the repository at this point in the history
  • Loading branch information
calvin-codecov committed Jan 15, 2025
1 parent 8fec093 commit 373cd4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/OwnerPage/OnboardingOrg/OnboardingOrg.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ function OnboardingOrg() {
</div>
<AppInstallModal
isOpen={showModal}
isShareRequestVersion={false}
onClose={() => setShowModal(false)}
onComplete={() => setShowModal(false)}
/>
Expand Down

0 comments on commit 373cd4d

Please sign in to comment.