diff --git a/apps/client/src/features/viewers/lower-thirds/lowerThird.options.ts b/apps/client/src/features/viewers/lower-thirds/lowerThird.options.ts index 8fb0f5fd7..ccee99ebc 100644 --- a/apps/client/src/features/viewers/lower-thirds/lowerThird.options.ts +++ b/apps/client/src/features/viewers/lower-thirds/lowerThird.options.ts @@ -14,18 +14,6 @@ export const getLowerThirdOptions = (customFields: CustomFields): ViewOption[] = }); return [ - { section: 'View behaviour' }, - { - id: 'trigger', - title: 'Animation Trigger', - description: '', - type: 'option', - values: { - event: 'Event Load', - manual: 'Manual', - }, - defaultValue: 'manual', - }, { section: 'Data sources' }, { id: 'top-src',