From f2641de0c115057fe39f211f79848a4ff62166df Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sun, 11 Feb 2024 15:29:47 +0100 Subject: [PATCH] Revert "bug #1274 multi page popup modal fix" --- src/components/LinkItems/Section.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/LinkItems/Section.vue b/src/components/LinkItems/Section.vue index 744d7216..f1659ed5 100644 --- a/src/components/LinkItems/Section.vue +++ b/src/components/LinkItems/Section.vue @@ -74,8 +74,8 @@ @@ -213,7 +213,7 @@ export default { methods: { /* Opens the iframe modal */ triggerModal(url) { - this.$refs.iframeModal.show(url); + this.$refs[`iframeModal-${this.groupId}`].show(url); }, /* Sorts items alphabetically using the title attribute */ sortAlphabetically(items) {