diff --git a/resources/js/inbox-rules/components/InboxRuleFillData.vue b/resources/js/inbox-rules/components/InboxRuleFillData.vue index 7010f58538..50f5ad4ed3 100644 --- a/resources/js/inbox-rules/components/InboxRuleFillData.vue +++ b/resources/js/inbox-rules/components/InboxRuleFillData.vue @@ -1,90 +1,135 @@ - \ No newline at end of file + }, true); + } catch (e) { + // Cross-origin restrictions may prevent access to iframe content + // eslint-disable-next-line no-console + console.warn("Could not setup button click listener in iframe:", e.message); + } + }, + }, +}; +