diff --git a/admin/src/components/TransactionLinkList.vue b/admin/src/components/TransactionLinkList.vue index 04d98c25f..d850083cc 100644 --- a/admin/src/components/TransactionLinkList.vue +++ b/admin/src/components/TransactionLinkList.vue @@ -11,7 +11,7 @@ :per-page="perPage" :total-rows="rows" align="center" - hide-ellipsis="true" + :hide-ellipsis="true" > diff --git a/admin/src/pages/Creation.vue b/admin/src/pages/Creation.vue index c94e07b6a..26d44fd3e 100644 --- a/admin/src/pages/Creation.vue +++ b/admin/src/pages/Creation.vue @@ -29,7 +29,7 @@ per-page="perPage" :total-rows="rows" align="center" - hide-ellipsis="true" + :hide-ellipsis="true" > diff --git a/admin/src/pages/UserSearch.vue b/admin/src/pages/UserSearch.vue index 4db214520..df49526d7 100644 --- a/admin/src/pages/UserSearch.vue +++ b/admin/src/pages/UserSearch.vue @@ -52,7 +52,7 @@ per-page="perPage" :total-rows="rows" align="center" - hide-ellipsis="true" + :hide-ellipsis="true" >
diff --git a/frontend/src/components/Contributions/ContributionList.vue b/frontend/src/components/Contributions/ContributionList.vue index 0c50fd716..cf8606e33 100644 --- a/frontend/src/components/Contributions/ContributionList.vue +++ b/frontend/src/components/Contributions/ContributionList.vue @@ -16,7 +16,7 @@ :per-page="pageSize" :total-rows="contributionCount" align="center" - hide-ellipsis="true" + :hide-ellipsis="true" > diff --git a/frontend/src/components/GddTransactionList.vue b/frontend/src/components/GddTransactionList.vue index 580711a36..a74be5187 100644 --- a/frontend/src/components/GddTransactionList.vue +++ b/frontend/src/components/GddTransactionList.vue @@ -69,7 +69,7 @@ :per-page="pageSize" :total-rows="transactionCount" align="center" - hide-ellipsis="true" + :hide-ellipsis="true" >
diff --git a/frontend/src/components/GdtTransactionList.vue b/frontend/src/components/GdtTransactionList.vue index 728f829e1..f915cd881 100644 --- a/frontend/src/components/GdtTransactionList.vue +++ b/frontend/src/components/GdtTransactionList.vue @@ -36,9 +36,8 @@ :per-page="pageSize" :total-rows="transactionGdtCount" align="center" - > - - + :hide-ellipsis="true" + >