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/PostPropertyChangeDialog.tsx | |
parent | dba8216b13a9473fd25674905e3048084794941e (diff) | |
download | timeline-a9dc6b16d6730d8d1dc1ea2fab8ab3830fe56ce4.tar.gz timeline-a9dc6b16d6730d8d1dc1ea2fab8ab3830fe56ce4.tar.bz2 timeline-a9dc6b16d6730d8d1dc1ea2fab8ab3830fe56ce4.zip |
...
Diffstat (limited to 'FrontEnd/src/views/timeline/PostPropertyChangeDialog.tsx')
-rw-r--r-- | FrontEnd/src/views/timeline/PostPropertyChangeDialog.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/views/timeline/PostPropertyChangeDialog.tsx b/FrontEnd/src/views/timeline/PostPropertyChangeDialog.tsx index fc55185c..76f542c1 100644 --- a/FrontEnd/src/views/timeline/PostPropertyChangeDialog.tsx +++ b/FrontEnd/src/views/timeline/PostPropertyChangeDialog.tsx @@ -15,7 +15,7 @@ function PostPropertyChangeDialog(props: { return ( <OperationDialog title="timeline.changePostPropertyDialog.title" - onClose={onClose} + close={onClose} open={open} inputScheme={[ { |