Skip to content

Commit

Permalink
Merge pull request #587 from webitel/hotfix/link-in-devices
Browse files Browse the repository at this point in the history
hotfix: link in devices[WTEL-2374]
  • Loading branch information
Lera24 authored Jan 4, 2024
2 parents 6865472 + 93538f5 commit 45aee80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default {
path() {
const baseUrl = '/directory/devices';
const url = baseUrl + this.isHotdesk ? '/hotdesk' : '';
const url = baseUrl + (this.isHotdesk ? '/hotdesk' : '');
return [
{ name: this.$t('objects.directory.directory') },
{ name: this.$tc('objects.directory.devices.devices', 2), route: baseUrl },
Expand Down

0 comments on commit 45aee80

Please sign in to comment.