mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-05 15:33:59 +00:00
fix: editor setting path (#859)
This commit is contained in:
committed by
GitHub
parent
a86496ed27
commit
6bb3fb2931
@@ -27,7 +27,7 @@ export const settingPanels: Readonly<SettingsOption[]> = [
|
||||
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',
|
||||
|
||||
Reference in New Issue
Block a user