From c0285d410e3bbb887a870618db9537c2771fa671 Mon Sep 17 00:00:00 2001 From: Shawn Salat <31082405+ThinkSalat@users.noreply.github.com> Date: Fri, 4 Aug 2023 17:23:59 -0600 Subject: [PATCH] use static iframe ref name --- 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 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) {