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',