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) {