mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 06:04:05 +00:00
wip: add UI to manage custom fields (#767)
This commit is contained in:
@@ -13,7 +13,11 @@ export const settingPanels: Readonly<SettingsOption[]> = [
|
||||
label: 'Project',
|
||||
secondary: [{ id: 'project__manage', label: 'Manage project files' }],
|
||||
},
|
||||
{ id: 'general', label: 'General' },
|
||||
{
|
||||
id: 'project_settings',
|
||||
label: 'Project Settings',
|
||||
secondary: [{ id: 'project_settings__custom', label: 'Custom Fields' }],
|
||||
},
|
||||
{ id: 'interface', label: 'Interface' },
|
||||
{ id: 'views', label: 'Views' },
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user