Skip to content

Commit

Permalink
1,436th Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Chen committed Apr 25, 2024
1 parent 6c0d006 commit 2b9c1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/textarea/Textarea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface Props extends /* @vue-ignore */ TextareaHTMLAttributes {
required?: boolean;
disabled?: boolean;
readonly?: boolean;
rows?: string;
rows?: number | string;
invalid?: boolean | string;
help?: string;
}
Expand Down

0 comments on commit 2b9c1fd

Please sign in to comment.