Skip to content

Commit

Permalink
Merge pull request #2275 from Bonymol-aot/feature/FWF-3542-textArea-s…
Browse files Browse the repository at this point in the history
…ettings

FWF-3542: [BugFix] Added minRows in settings' text area
  • Loading branch information
arun-s-aot authored Oct 16, 2024
2 parents 0312d67 + 8be431f commit 87033ce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ const SettingsModal =
aria-label={t("Description of the edited form")}
data-testid="form-description"
maxRows={3}
minRows={3}
/>
<div className="info-panel">
<div className='d-flex align-items-center'>
Expand Down

0 comments on commit 87033ce

Please sign in to comment.