Skip to content

Commit

Permalink
fix: temporary remove image settings tab (#1461)
Browse files Browse the repository at this point in the history
  • Loading branch information
derschnee68 committed Feb 13, 2024
1 parent a8915c1 commit 6cbec6b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions apps/dsp-app/src/app/project/settings/settings.component.ts
Expand Up @@ -16,13 +16,12 @@ export class SettingsComponent {
route: RouteConstants.edit,
icon: 'edit_square',
},
{
label: 'Image Settings',
shortLabel: 'Image Settings',
route: RouteConstants.imageSettings,
icon: 'branding_watermark',
},
{
/* {
label: 'Image Settings',
shortLabel: 'Image Settings',
route: RouteConstants.imageSettings,
icon: 'branding_watermark',
} */ {
label: 'Project Members',
shortLabel: 'Members',
route: RouteConstants.collaboration,
Expand Down

0 comments on commit 6cbec6b

Please sign in to comment.