From 6bb3fb29310300bbd499cdf77c833efdd5326b4e Mon Sep 17 00:00:00 2001 From: Alex Christoffer Rasmussen Date: Fri, 29 Mar 2024 17:09:18 +0100 Subject: [PATCH] fix: editor setting path (#859) --- apps/client/src/features/app-settings/settingsStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/features/app-settings/settingsStore.ts b/apps/client/src/features/app-settings/settingsStore.ts index 45d3b47bf..379f08407 100644 --- a/apps/client/src/features/app-settings/settingsStore.ts +++ b/apps/client/src/features/app-settings/settingsStore.ts @@ -27,7 +27,7 @@ export const settingPanels: Readonly = [ label: 'Project Settings', secondary: [{ id: 'project_settings__custom', label: 'Custom fields' }], }, - { id: 'interface', label: 'Interface', secondary: [{ id: 'general__editor', label: 'Editor settings' }] }, + { id: 'interface', label: 'Interface', secondary: [{ id: 'interface__editor', label: 'Editor settings' }] }, { id: 'sources', label: 'Data Sources',