diff --git a/front/src/components/library/Radios.vue b/front/src/components/library/Radios.vue index f12b41b39..6887e7d54 100644 --- a/front/src/components/library/Radios.vue +++ b/front/src/components/library/Radios.vue @@ -11,6 +11,8 @@ import { syncRef } from '@vueuse/core' import { sortedUniq } from 'lodash-es' import { useStore } from '~/store' +import { FwButton } from '@funkwhale/ui' + import axios from 'axios' import $ from 'jquery' @@ -153,13 +155,13 @@ const paginateOptions = computed(() => sortedUniq([12, 25, 50, paginateBy.value]