Skip to content

Commit

Permalink
fix(studio): typo in iframe text
Browse files Browse the repository at this point in the history
  • Loading branch information
ahonestla committed Jan 15, 2025
1 parent 20ca8e6 commit 4c06c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/studio/components/tabs/create/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function StudioCreate() {

const iframeText = (): string => {
const src = (document.getElementById(integrationIframeId) as HTMLIFrameElement)?.contentWindow.location.href
const text = `<iframe height="900" width="900" id="${integrationIframeId}" src="${src}" </iframe>`
const text = `<iframe height="900" width="900" id="${integrationIframeId}" src="${src}"></iframe>`
return text
}

Expand Down

0 comments on commit 4c06c70

Please sign in to comment.