feat(settings): add project templates settings to the configuration

- Restored the project templates settings in the settings constants file, making it accessible for admin users.
This commit is contained in:
chamiakJ
2025-05-27 17:13:04 +05:30
parent 217a6941a1
commit 312c6b5be8
2 changed files with 10 additions and 10 deletions

View File

@@ -108,14 +108,14 @@ export const settingsItems: SettingMenuItems[] = [
element: React.createElement(CategoriesSettings),
adminOnly: true,
},
// {
// key: 'project-templates',
// name: 'project-templates',
// endpoint: 'project-templates',
// icon: React.createElement(FileZipOutlined),
// element: React.createElement(ProjectTemplatesSettings),
// adminOnly: true,
// },
{
key: 'project-templates',
name: 'project-templates',
endpoint: 'project-templates',
icon: React.createElement(FileZipOutlined),
element: React.createElement(ProjectTemplatesSettings),
adminOnly: true,
},
{
key: 'task-templates',
name: 'task-templates',