Skip to content

Commit

Permalink
fix: [TEO-242] added value to trigger validation (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragos1195 authored Dec 4, 2023
1 parent cbd9bee commit 003f957
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/pages/EditOrganization.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ const EditOrganization = () => {
<FormTextarea
label={i18n.t('organization:teo_description')}
defaultValue={value}
value={value}
onChange={onChange}
errorMessage={errors.description?.message as string}
/>
Expand Down

0 comments on commit 003f957

Please sign in to comment.