Skip to content

Commit

Permalink
fix: update maxRows to 6 in TextAreaSetter
Browse files Browse the repository at this point in the history
  • Loading branch information
wwsun committed Aug 5, 2024
1 parent 3772f40 commit de84dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/setting-form/src/setters/text-setter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function TextSetter({

const autoSize = {
minRows: 2,
maxRows: 5,
maxRows: 6,
};

export function TextAreaSetter({
Expand Down

0 comments on commit de84dda

Please sign in to comment.