Skip to content

Commit

Permalink
feat: hide 3rd level breadcrumb for task list
Browse files Browse the repository at this point in the history
  • Loading branch information
caro3801 committed Nov 5, 2024
1 parent 0780897 commit 065a1bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export const routes = [
default: () => import('@/views/Task/Entities/TaskEntitiesList')
},
meta: {
title: 'task.entities.list.title'
breadcrumb: false
}
},
{
Expand Down Expand Up @@ -184,7 +184,7 @@ export const routes = [
path: '',
components: { default: () => import('@/views/Task/Documents/TaskDocumentsList') },
meta: {
title: 'task.documents.list.title',
breadcrumb: false,
allowedModes: ['LOCAL', 'EMBEDDED'],
docs: [
{
Expand Down

0 comments on commit 065a1bc

Please sign in to comment.