mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 14:14:17 +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',
|
label: 'Project Settings',
|
||||||
secondary: [{ id: 'project_settings__custom', label: 'Custom fields' }],
|
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',
|
id: 'sources',
|
||||||
label: 'Data Sources',
|
label: 'Data Sources',
|
||||||
|
|||||||
Reference in New Issue
Block a user