forked from verdnatura/salix-front
Update routes list no result label
This commit is contained in:
parent
64490f7e5b
commit
a35eb1e2f2
|
@ -276,7 +276,7 @@ const openTicketsDialog = (id) => {
|
||||||
:rows-per-page-options="[0]"
|
:rows-per-page-options="[0]"
|
||||||
hide-pagination
|
hide-pagination
|
||||||
:pagination="{ sortBy: 'ID', descending: true }"
|
:pagination="{ sortBy: 'ID', descending: true }"
|
||||||
:no-data-label="t('No results')"
|
:no-data-label="t('globals.noResults')"
|
||||||
>
|
>
|
||||||
<template #body-cell-worker="{ row }">
|
<template #body-cell-worker="{ row }">
|
||||||
<QTd>
|
<QTd>
|
||||||
|
|
Loading…
Reference in New Issue