From a76f3c56da929b0a8674bc739fbe5928dfe52d29 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 2 Sep 2024 16:53:13 +0200 Subject: [PATCH] Bug 37733: Try to fix modal in the Preservation module We certainly need more as ERM module also use modals. And the Dialog component seems to have more elements affected. --- koha-tmpl/intranet-tmpl/prog/js/vue/components/Dialog.vue | 2 +- .../prog/js/vue/components/Preservation/TrainsShow.vue | 2 +- .../prog/js/vue/components/Preservation/WaitingList.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Dialog.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Dialog.vue index 91ad7282c24..2ad849801db 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Dialog.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Dialog.vue @@ -1,7 +1,7 @@