From 067009982a1e122ba75f72321455b8ebd9c15449 Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Sun, 13 Jun 2021 12:36:54 +0200 Subject: [PATCH] Add missing uId to perPage option label --- scipost_vue/components/SearchableObjectsTable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipost_vue/components/SearchableObjectsTable.vue b/scipost_vue/components/SearchableObjectsTable.vue index f1ad48b37..7fab0a57d 100644 --- a/scipost_vue/components/SearchableObjectsTable.vue +++ b/scipost_vue/components/SearchableObjectsTable.vue @@ -261,7 +261,7 @@ <label class="btn btn-sm" :class="perPage === option ? 'btn-primary text-white' : 'btn-outline-primary'" - :for="'btnRadioperPage-' + option" + :for="'btnRadioperPage-' + option + '-' + uId" > {{ option }} </label> -- GitLab