From aef14be13c3bd9e93eeea598dbfbf707ba98d448 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 14 Sep 2023 23:47:16 +0800 Subject: ... --- FrontEnd/src/pages/timeline/edit/TimelinePostCreateView.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FrontEnd/src/pages/timeline/edit/TimelinePostCreateView.tsx') diff --git a/FrontEnd/src/pages/timeline/edit/TimelinePostCreateView.tsx b/FrontEnd/src/pages/timeline/edit/TimelinePostCreateView.tsx index 0de75ccd..c0a80ad0 100644 --- a/FrontEnd/src/pages/timeline/edit/TimelinePostCreateView.tsx +++ b/FrontEnd/src/pages/timeline/edit/TimelinePostCreateView.tsx @@ -104,6 +104,7 @@ function TimelinePostEdit(props: TimelinePostEditProps) { throw new UiLogicError(); } requestDataList = await mdBuild(); + break; default: throw new UiLogicError("Unknown content type."); } @@ -174,6 +175,7 @@ function TimelinePostEdit(props: TimelinePostEditProps) { void onSend()} color="primary" disabled={!canSend} -- cgit v1.2.3