mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-18 21:54:09 +00:00
Move app settings (#765)
* refactor: migrate app settings --------- Co-authored-by: Carlos Valente <carlosvalente@pm.me>
This commit is contained in:
@@ -13,6 +13,7 @@ export const settingPanels: Readonly<SettingsOption[]> = [
|
||||
label: 'Project',
|
||||
secondary: [{ id: 'project__manage', label: 'Manage project files' }],
|
||||
},
|
||||
{ id: 'general', label: 'General', secondary: [{ id: 'general__manage', label: 'Manage app settings' }] },
|
||||
{
|
||||
id: 'project_settings',
|
||||
label: 'Project Settings',
|
||||
|
||||
Reference in New Issue
Block a user