From 396155137419cce874f61433c4f2a70a7873cbfa Mon Sep 17 00:00:00 2001 From: Milos Date: Tue, 20 Feb 2024 16:02:50 +0100 Subject: [PATCH] fix counter to display right information --- src/components/NegotiationList.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/NegotiationList.vue b/src/components/NegotiationList.vue index c67018c..fdda5c6 100644 --- a/src/components/NegotiationList.vue +++ b/src/components/NegotiationList.vue @@ -202,9 +202,9 @@

- Search results :
- {{ sortedNegotiations.length }} Negotiations found -

+ Search results :
+ {{ pagination.totalElements }} Negotiations found +