Skip to content

Commit

Permalink
(fix) Fix textarea dimensions in save form modal (openmrs#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed Jan 9, 2024
1 parent 7fa28c7 commit e34f321
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/modals/save-form-modal.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,6 @@ const SaveFormModal: React.FC<SaveFormModalProps> = ({ form, schema }) => {
<TextArea
labelText={t('description', 'Description')}
onChange={(event: React.ChangeEvent<HTMLTextAreaElement>) => setDescription(event.target.value)}
cols={6}
rows={3}
id="description"
placeholder={t(
'descriptionPlaceholderText',
Expand Down

0 comments on commit e34f321

Please sign in to comment.