Skip to content

Commit

Permalink
fix: list viewer: button label (#1083)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssiyad committed Apr 4, 2023
1 parent f14b6f5 commit 3798e32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion desk/src/pages/desk/settings/agent/Agents.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<template #body="{ manager }">
<ListViewer
:options="{
name: 'HD Agent',
name: 'Agent',
base: '12',
listTitle: 'Agents',
filterBox: true,
Expand Down
1 change: 1 addition & 0 deletions desk/src/pages/desk/settings/ticket_type/TicketTypes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<template #body="{ manager }">
<ListViewer
:options="{
name: 'Ticket Type',
base: '12',
filterBox: true,
presetFilters: true,
Expand Down

0 comments on commit 3798e32

Please sign in to comment.