aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/timeline-common
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-30 19:00:13 +0800
committercrupest <crupest@outlook.com>2021-06-30 19:00:13 +0800
commitbb7a017dba4c466eaf167627b3605cf539b1e516 (patch)
tree28f155729e8a96b184a42b2a19cbd448e0f7ab3f /FrontEnd/src/views/timeline-common
parent839daa0eac6fdbe84f45e8572e5ab07126b7d67c (diff)
downloadtimeline-bb7a017dba4c466eaf167627b3605cf539b1e516.tar.gz
timeline-bb7a017dba4c466eaf167627b3605cf539b1e516.tar.bz2
timeline-bb7a017dba4c466eaf167627b3605cf539b1e516.zip
...
Diffstat (limited to 'FrontEnd/src/views/timeline-common')
-rw-r--r--FrontEnd/src/views/timeline-common/TimelinePageCardTemplate.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/views/timeline-common/TimelinePageCardTemplate.tsx b/FrontEnd/src/views/timeline-common/TimelinePageCardTemplate.tsx
index f57fda2e..4802ca93 100644
--- a/FrontEnd/src/views/timeline-common/TimelinePageCardTemplate.tsx
+++ b/FrontEnd/src/views/timeline-common/TimelinePageCardTemplate.tsx
@@ -23,7 +23,7 @@ import FullPageDialog from "../common/dailog/FullPageDialog";
import Card from "../common/Card";
export interface TimelineCardTemplateProps extends TimelinePageCardProps {
- infoArea: React.ReactElement;
+ infoArea: React.ReactNode;
manageItems?: MenuItems;
dialog: string | "property" | "member" | null;
setDialog: (dialog: "property" | "member" | null) => void;