diff options
author | crupest <crupest@outlook.com> | 2020-11-20 20:56:59 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-11-20 20:56:59 +0800 |
commit | 5c1cad30c608b279502ab8fd641b0b95066b6808 (patch) | |
tree | 6ab89d11a0b3f031c85b98976f60fa781f8e9481 /FrontEnd/src/app/views/timeline-common | |
parent | aa8f5e0edfc136bf39b8be4bc545eb8c6f5420f3 (diff) | |
download | timeline-5c1cad30c608b279502ab8fd641b0b95066b6808.tar.gz timeline-5c1cad30c608b279502ab8fd641b0b95066b6808.tar.bz2 timeline-5c1cad30c608b279502ab8fd641b0b95066b6808.zip |
...
Diffstat (limited to 'FrontEnd/src/app/views/timeline-common')
-rw-r--r-- | FrontEnd/src/app/views/timeline-common/TimelinePropertyChangeDialog.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FrontEnd/src/app/views/timeline-common/TimelinePropertyChangeDialog.tsx b/FrontEnd/src/app/views/timeline-common/TimelinePropertyChangeDialog.tsx index ee49586e..aae227e6 100644 --- a/FrontEnd/src/app/views/timeline-common/TimelinePropertyChangeDialog.tsx +++ b/FrontEnd/src/app/views/timeline-common/TimelinePropertyChangeDialog.tsx @@ -33,7 +33,6 @@ const TimelinePropertyChangeDialog: React.FC<TimelinePropertyChangeDialogProps> return ( <OperationDialog title={"timeline.dialogChangeProperty.title"} - titleColor="default" inputScheme={[ { type: "text", |