diff options
| author | bobzel <zzzman@gmail.com> | 2024-01-03 09:33:01 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-01-03 09:33:01 -0500 |
| commit | af42d3061bd85907e3d987f0d794c250cfaded1c (patch) | |
| tree | fb8ac044936ce81e27e3093005c94187ab61de95 /src/client/views/nodes/VideoBox.tsx | |
| parent | fdc0bf7c54af252178f587709630d36726484b91 (diff) | |
from last
Diffstat (limited to 'src/client/views/nodes/VideoBox.tsx')
| -rw-r--r-- | src/client/views/nodes/VideoBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/VideoBox.tsx b/src/client/views/nodes/VideoBox.tsx index 8e9cfe3d7..f257d5769 100644 --- a/src/client/views/nodes/VideoBox.tsx +++ b/src/client/views/nodes/VideoBox.tsx @@ -47,7 +47,7 @@ import './VideoBox.scss'; */ @observer -export class VideoBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProps & FieldViewProps>() { +export class VideoBox extends ViewBoxAnnotatableComponent<FieldViewProps>() { public static LayoutString(fieldKey: string) { return FieldView.LayoutString(VideoBox, fieldKey); } |
