From 07a3d856464c5d22a2d89e860bd18f0dac863e81 Mon Sep 17 00:00:00 2001 From: Radek Vykydal Date: Mon, 21 Aug 2023 14:27:00 +0200 Subject: [PATCH] webui: show 25 rows in the bug report log review. --- ui/webui/src/components/Error.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/webui/src/components/Error.jsx b/ui/webui/src/components/Error.jsx index ee49fde588e..1596fd7ed0a 100644 --- a/ui/webui/src/components/Error.jsx +++ b/ui/webui/src/components/Error.jsx @@ -123,7 +123,7 @@ export const BZReportModal = ({ resizeOrientation="vertical" id={idPrefix + "-bz-report-modal-review-log"} isDisabled={logContent === undefined || preparingReport} - rows={7} + rows={25} />