Skip to content

Commit

Permalink
webui: show 25 rows in the bug report log review.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvykydal committed Aug 21, 2023
1 parent 4c54b49 commit 07a3d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/webui/src/components/Error.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const BZReportModal = ({
resizeOrientation="vertical"
id={idPrefix + "-bz-report-modal-review-log"}
isDisabled={logContent === undefined || preparingReport}
rows={7}
rows={25}
/>
<FormHelperText isHidden={false}>
<HelperText>
Expand Down

0 comments on commit 07a3d85

Please sign in to comment.