Skip to content

Commit

Permalink
Fix onboarding organization continue after upload
Browse files Browse the repository at this point in the history
  • Loading branch information
louilinn committed Oct 27, 2023
1 parent cad4468 commit 95a29ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/OnboardingOrganization.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ const OrganizationStepAvatar = ({ values, onDisabledChange, onChange }) => {
showIndicatorRing
value={values.avatarUrl}
onLoadingChange={onDisabledChange}
onUpload={handleUpload}
handleUpload={handleUpload}
/>
</Box>
</Box>
Expand Down

0 comments on commit 95a29ee

Please sign in to comment.