aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/timeline/TimelinePropertyChangeDialog.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/src/views/timeline/TimelinePropertyChangeDialog.tsx')
-rw-r--r--FrontEnd/src/views/timeline/TimelinePropertyChangeDialog.tsx6
1 files changed, 0 insertions, 6 deletions
diff --git a/FrontEnd/src/views/timeline/TimelinePropertyChangeDialog.tsx b/FrontEnd/src/views/timeline/TimelinePropertyChangeDialog.tsx
index 63750445..bd5bef4c 100644
--- a/FrontEnd/src/views/timeline/TimelinePropertyChangeDialog.tsx
+++ b/FrontEnd/src/views/timeline/TimelinePropertyChangeDialog.tsx
@@ -52,12 +52,6 @@ const TimelinePropertyChangeDialog: React.FC<
label: "timeline.dialogChangeProperty.description",
initValue: timeline.description,
},
- {
- type: "color",
- label: "timeline.dialogChangeProperty.color",
- initValue: timeline.color ?? null,
- canBeNull: true,
- },
] as const
}
open={props.open}