Skip to content

Commit

Permalink
NAS-124421: Remove feedback prompts (#9002)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKarpov98 authored Oct 3, 2023
1 parent 6f7c8c7 commit 85a671d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/pages/apps/apps-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const routes: Routes = [
{
path: 'installed',
component: AppRouterOutletComponent,
data: { isNew: true, breadcrumb: undefined },
data: { breadcrumb: undefined },
children: [
{
path: '',
Expand Down Expand Up @@ -71,7 +71,7 @@ const routes: Routes = [
{
path: 'available',
component: AppRouterOutletComponent,
data: { isNew: true, breadcrumb: T('Discover') },
data: { breadcrumb: T('Discover') },
children: [
{
path: 'catalogs',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export const routes: Routes = [
data: {
title: 'Pool Creation Wizard',
breadcrumb: 'Pool Creation Wizard',
isNew: true,
},
},
],
Expand Down

0 comments on commit 85a671d

Please sign in to comment.