diff options
author | crupest <crupest@outlook.com> | 2021-06-03 23:20:22 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-03 23:20:22 +0800 |
commit | 5a96a88121f3ecb846c5cd55c3f51624b4e21402 (patch) | |
tree | 68ebf231a0887440c4390cba494fe43f34050b2d /FrontEnd/src/app/views/timeline-common/TimelinePostListView.tsx | |
parent | b8a43d19cc3e850d42959ca019a3de6a453de11d (diff) | |
download | timeline-5a96a88121f3ecb846c5cd55c3f51624b4e21402.tar.gz timeline-5a96a88121f3ecb846c5cd55c3f51624b4e21402.tar.bz2 timeline-5a96a88121f3ecb846c5cd55c3f51624b4e21402.zip |
feat: Add change post property dialog.
Diffstat (limited to 'FrontEnd/src/app/views/timeline-common/TimelinePostListView.tsx')
-rw-r--r-- | FrontEnd/src/app/views/timeline-common/TimelinePostListView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FrontEnd/src/app/views/timeline-common/TimelinePostListView.tsx b/FrontEnd/src/app/views/timeline-common/TimelinePostListView.tsx index d9c45a4c..ba204b72 100644 --- a/FrontEnd/src/app/views/timeline-common/TimelinePostListView.tsx +++ b/FrontEnd/src/app/views/timeline-common/TimelinePostListView.tsx @@ -64,6 +64,7 @@ const TimelinePostListView: React.FC<TimelinePostListViewProps> = (props) => { key={post.id} post={post} current={posts.length - 1 === post.index} + onChanged={onReload} onDeleted={onReload} /> ); |