diff options
author | crupest <crupest@outlook.com> | 2021-01-19 16:46:15 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-01-19 16:46:15 +0800 |
commit | f4b7fc0e87a9397cac539592fcbdb39cbad849cf (patch) | |
tree | ea53615efb21d23812c74ea2c4efd754a96dddd4 /FrontEnd/src/app/views/timeline-common/TimelinePageTemplateUI.tsx | |
parent | c3cf26a7788d97135e0f2a3e247e6cbe6b1b9664 (diff) | |
download | timeline-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.tsx | 2 |
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; |