Skip to content

Commit

Permalink
Update CreateTaskModal.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
maxidragon authored Oct 12, 2024
1 parent 8b346ed commit 22cd3a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const CreateTaskModal = ({
/>
<TextField
multiline
rows={15}
rows={5}
placeholder={"Write task description here..."}
fullWidth
inputRef={descriptionRef}
Expand Down

0 comments on commit 22cd3a7

Please sign in to comment.