diff options
author | crupest <crupest@outlook.com> | 2023-07-28 00:40:58 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-07-28 00:41:30 +0800 |
commit | a9dc6b16d6730d8d1dc1ea2fab8ab3830fe56ce4 (patch) | |
tree | 98b1c06da608f52df10e79064237c659b0550d10 /FrontEnd/src/views/timeline/TimelinePropertyChangeDialog.tsx | |
parent | dba8216b13a9473fd25674905e3048084794941e (diff) | |
download | timeline-a9dc6b16d6730d8d1dc1ea2fab8ab3830fe56ce4.tar.gz timeline-a9dc6b16d6730d8d1dc1ea2fab8ab3830fe56ce4.tar.bz2 timeline-a9dc6b16d6730d8d1dc1ea2fab8ab3830fe56ce4.zip |
...
Diffstat (limited to 'FrontEnd/src/views/timeline/TimelinePropertyChangeDialog.tsx')
-rw-r--r-- | FrontEnd/src/views/timeline/TimelinePropertyChangeDialog.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/views/timeline/TimelinePropertyChangeDialog.tsx b/FrontEnd/src/views/timeline/TimelinePropertyChangeDialog.tsx index bd5bef4c..a0eebdbb 100644 --- a/FrontEnd/src/views/timeline/TimelinePropertyChangeDialog.tsx +++ b/FrontEnd/src/views/timeline/TimelinePropertyChangeDialog.tsx @@ -55,7 +55,7 @@ const TimelinePropertyChangeDialog: React.FC< ] as const } open={props.open} - onClose={props.close} + close={props.close} onProcess={([newTitle, newVisibility, newDescription, newColor]) => { const req: HttpTimelinePatchRequest = {}; if (newTitle !== timeline.title) { |