diff options
author | crupest <crupest@outlook.com> | 2020-08-25 15:30:55 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-08-25 15:30:55 +0800 |
commit | 534bb6739d0d217c2b075834a2642092522cc5fd (patch) | |
tree | 15dc77bbff09925a6e7fdce164c46c2d7ff441f3 /Timeline/ClientApp/src/app/timeline | |
parent | 2867b65d2215ea89cca0e5c5cfbb536d08f60263 (diff) | |
download | timeline-534bb6739d0d217c2b075834a2642092522cc5fd.tar.gz timeline-534bb6739d0d217c2b075834a2642092522cc5fd.tar.bz2 timeline-534bb6739d0d217c2b075834a2642092522cc5fd.zip |
Move change nickname api to UserInfoService.
Diffstat (limited to 'Timeline/ClientApp/src/app/timeline')
-rw-r--r-- | Timeline/ClientApp/src/app/timeline/TimelinePageTemplate.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Timeline/ClientApp/src/app/timeline/TimelinePageTemplate.tsx b/Timeline/ClientApp/src/app/timeline/TimelinePageTemplate.tsx index 3f470826..62470e63 100644 --- a/Timeline/ClientApp/src/app/timeline/TimelinePageTemplate.tsx +++ b/Timeline/ClientApp/src/app/timeline/TimelinePageTemplate.tsx @@ -25,7 +25,6 @@ export interface TimelinePageTemplateProps<TManageItem> { UiComponent: React.ComponentType< ExcludeKey<TimelinePageTemplateUIProps<TManageItem>, "CardComponent"> >; - dataVersion?: number; notFoundI18nKey: string; } |