diff --git a/scipost_vue/components/SearchableObjectsTable.vue b/scipost_vue/components/SearchableObjectsTable.vue index f1ad48b3779adcf772c5f55b73efbdae9e274983..7fab0a57de130341db3041687b8b7bcc57568ff0 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>