aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/timeline/TimelinePropertyChangeDialog.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-07-28 00:40:58 +0800
committercrupest <crupest@outlook.com>2023-07-28 00:41:30 +0800
commita9dc6b16d6730d8d1dc1ea2fab8ab3830fe56ce4 (patch)
tree98b1c06da608f52df10e79064237c659b0550d10 /FrontEnd/src/views/timeline/TimelinePropertyChangeDialog.tsx
parentdba8216b13a9473fd25674905e3048084794941e (diff)
downloadtimeline-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.tsx2
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) {