aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/timeline-common/TimelinePageTemplate.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-11-03 22:56:16 +0800
committerGitHub <noreply@github.com>2020-11-03 22:56:16 +0800
commitfc3c2de7b4f431f0edcabb5ead2a2e1aa79d665a (patch)
tree92a0f98cde935b5408e5958f8070d1021eb1ef3c /FrontEnd/src/app/views/timeline-common/TimelinePageTemplate.tsx
parentf3236eaf28c878db2b45377ac8805b014960c662 (diff)
parentd308724286d7d34f71490999b656160e439bfc9f (diff)
downloadtimeline-fc3c2de7b4f431f0edcabb5ead2a2e1aa79d665a.tar.gz
timeline-fc3c2de7b4f431f0edcabb5ead2a2e1aa79d665a.tar.bz2
timeline-fc3c2de7b4f431f0edcabb5ead2a2e1aa79d665a.zip
Merge pull request #162 from crupest/front
Add timeline title to front end.
Diffstat (limited to 'FrontEnd/src/app/views/timeline-common/TimelinePageTemplate.tsx')
-rw-r--r--FrontEnd/src/app/views/timeline-common/TimelinePageTemplate.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/FrontEnd/src/app/views/timeline-common/TimelinePageTemplate.tsx b/FrontEnd/src/app/views/timeline-common/TimelinePageTemplate.tsx
index d5c91622..0f792b53 100644
--- a/FrontEnd/src/app/views/timeline-common/TimelinePageTemplate.tsx
+++ b/FrontEnd/src/app/views/timeline-common/TimelinePageTemplate.tsx
@@ -76,6 +76,7 @@ export default function TimelinePageTemplate<TManageItem>(
open
close={closeDialog}
oldInfo={{
+ title: timeline.title,
visibility: timeline.visibility,
description: timeline.description,
}}