From 0528845e880f0de444157c434f349b88815631bb Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 3 Oct 2025 11:49:17 +0200 Subject: [PATCH] Bug 38201: Tidy ERM/EHoldingsEBSCOTitlesList.vue Fixes xt/vue_tidy.t Signed-off-by: Jonathan Druart --- .../prog/js/vue/components/ERM/EHoldingsEBSCOTitlesList.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOTitlesList.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOTitlesList.vue index cf473c7b024..b34d89e0a48 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOTitlesList.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOTitlesList.vue @@ -186,10 +186,7 @@ export default { ], }, filters_options: { - 1: () => - map_av_dt_filter( - "av_title_publication_types" - ), + 1: () => map_av_dt_filter("av_title_publication_types"), }, actions: { 0: ["show"] }, default_filters: { -- 2.34.1