Skip to content

Commit

Permalink
fix: route in slas and sources pages[WTEL-5699](https://webitel.atlas…
Browse files Browse the repository at this point in the history
  • Loading branch information
Lera24 committed Dec 11, 2024
1 parent af8c1f0 commit 3a35f3f
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 @@ -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.slas.slas', 2), route: '/slas' },
{ name: t('lookups.slas.slas', 2), route: 'slas' },
]);
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), route: 'sources' },
]);
const { close } = useClose('configuration');
Expand Down

0 comments on commit 3a35f3f

Please sign in to comment.