From f0121e946bc4a8510f71b65632d11abe14cdc47d Mon Sep 17 00:00:00 2001 From: TaduJR Date: Sat, 22 Nov 2025 13:49:27 +0300 Subject: [PATCH] fix: Reports - Default report title field accepts multiline title and renders mark down --- src/pages/workspace/reports/ReportsDefaultTitle.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/workspace/reports/ReportsDefaultTitle.tsx b/src/pages/workspace/reports/ReportsDefaultTitle.tsx index 716d37835114..a8cc1eb90b94 100644 --- a/src/pages/workspace/reports/ReportsDefaultTitle.tsx +++ b/src/pages/workspace/reports/ReportsDefaultTitle.tsx @@ -128,7 +128,6 @@ function ReportsDefaultTitlePage({route}: RulesCustomNamePageProps) { autoFocus onChangeText={setReportTitle} autoGrowHeight - type="markdown" ref={(el: BaseTextInputRef | null): void => { if (!isInputInitializedRef.current) { updateMultilineInputRange(el);