From 84839824fb8ae58f7631b9cdcbd85c7f38f16337 Mon Sep 17 00:00:00 2001 From: cv <34649812+cpvalente@users.noreply.github.com> Date: Sat, 13 Apr 2024 10:46:58 +0200 Subject: [PATCH] fix: link to managing custom fields --- apps/client/src/features/rundown/event-editor/EventEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {