aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-01-19 16:46:15 +0800
committercrupest <crupest@outlook.com>2021-01-19 16:46:15 +0800
commitf4b7fc0e87a9397cac539592fcbdb39cbad849cf (patch)
treeea53615efb21d23812c74ea2c4efd754a96dddd4 /FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx
parentc3cf26a7788d97135e0f2a3e247e6cbe6b1b9664 (diff)
downloadtimeline-f4b7fc0e87a9397cac539592fcbdb39cbad849cf.tar.gz
timeline-f4b7fc0e87a9397cac539592fcbdb39cbad849cf.tar.bz2
timeline-f4b7fc0e87a9397cac539592fcbdb39cbad849cf.zip
...
Diffstat (limited to 'FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx')
-rw-r--r--FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx b/FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx
index dbb47387..ed21d6b5 100644
--- a/FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx
+++ b/FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx
@@ -15,8 +15,6 @@ export interface TimelineCardComponentProps<TManageItems> {
operations: {
onManage?: (item: TManageItems | "property") => void;
onMember: () => void;
- onBookmark?: () => void;
- onHighlight?: () => void;
};
collapse: boolean;
toggleCollapse: () => void;