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 5a70f8f commit 65243df
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 @@ -373,10 +373,10 @@ const OrganizationStepAvatar = ({ values, onDisabledChange, onChange }) => {
</Typography>
<Box mb={4} mt={4}>
<AvatarUploader
handleUpload={handleUpload}
showIndicatorRing
value={values.avatarUrl}
onLoadingChange={onDisabledChange}
handleUpload={handleUpload}
/>
</Box>
</Box>
Expand Down

0 comments on commit 65243df

Please sign in to comment.