diff --git a/apps/client/src/features/rundown/event-editor/EventEditor.tsx b/apps/client/src/features/rundown/event-editor/EventEditor.tsx index 2cfe98715..af8e1384b 100644 --- a/apps/client/src/features/rundown/event-editor/EventEditor.tsx +++ b/apps/client/src/features/rundown/event-editor/EventEditor.tsx @@ -63,7 +63,7 @@ export default function EventEditor() { ); const handleOpenCustomManager = () => { - setSearchParams({ settings: 'project_settings__custom' }); + setSearchParams({ settings: 'feature_settings__custom' }); }; if (!event) {