diff --git a/src/components/LinkItems/Section.vue b/src/components/LinkItems/Section.vue index f1659ed5..744d7216 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-${this.groupId}`].show(url); + this.$refs.iframeModal.show(url); }, /* Sorts items alphabetically using the title attribute */ sortAlphabetically(items) {