Skip to content

Commit

Permalink
Update packages/addon/src/channel_selector.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Kris West <[email protected]>
  • Loading branch information
julianna-ciq and kriswest authored Oct 16, 2024
1 parent 52be447 commit 2cd919e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/addon/src/channel_selector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ window.addEventListener("load", () => {
const expand = () => {
document.body.setAttribute("data-expanded", "true");
myPort.postMessage({
type: "iframeRestyle",
type: "fdc3UserInterfaceRestyle",
payload: {
updatedCSS: {
width: `100%`,
Expand Down

0 comments on commit 2cd919e

Please sign in to comment.