Skip to content

Commit

Permalink
fix: delete route in slas page[WTEL-5737](https://webitel.atlassian.n…
Browse files Browse the repository at this point in the history
  • Loading branch information
Lera24 committed Dec 17, 2024
1 parent 6ddeb36 commit e159bfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ const path = computed(() => [
{ name: t('crm') },
{ name: t('startPage.configuration.name'), route: '/configuration' },
{ name: t('lookups.lookups'), route: '/configuration' },
{ name: t('lookups.slas.slas', 2), route: 'slas' },
{ name: t('lookups.slas.slas', 2) },
]);
const { close } = useClose('configuration');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const path = computed(() => [
{ name: t('crm') },
{ name: t('startPage.configuration.name'), route: '/configuration' },
{ name: t('lookups.lookups'), route: '/configuration' },
{ name: t('lookups.sources.sources', 2), route: 'sources' },
{ name: t('lookups.sources.sources', 2) },
]);
const { close } = useClose('configuration');
Expand Down

0 comments on commit e159bfe

Please sign in to comment.