From c91b2481eb860fc30562ac255f649b05130ede56 Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Tue, 15 Jul 2025 13:16:39 +0200 Subject: [PATCH] refactor(Modal component): don't pass the properies to the v-bind of the bootstrap modal (title prop was added as an attribute to modal div, creating a tooltip) --- public/js/components/Cis/Mylv/LvModal.js | 2 +- public/js/components/Cis/Profil/ProfilModal/EditProfil.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/js/components/Cis/Mylv/LvModal.js b/public/js/components/Cis/Mylv/LvModal.js index 7725fa93f..3f52cec8f 100644 --- a/public/js/components/Cis/Mylv/LvModal.js +++ b/public/js/components/Cis/Mylv/LvModal.js @@ -75,7 +75,7 @@ export default { return BsModal.popup.bind(this)(null, options); }, template: /*html*/ ` - + diff --git a/public/js/components/Cis/Profil/ProfilModal/EditProfil.js b/public/js/components/Cis/Profil/ProfilModal/EditProfil.js index 26ab7ff1d..b490b56a5 100644 --- a/public/js/components/Cis/Profil/ProfilModal/EditProfil.js +++ b/public/js/components/Cis/Profil/ProfilModal/EditProfil.js @@ -189,7 +189,7 @@ export default { return BsModal.popup(null, options); }, template: /*html*/ ` - +