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 763419f commit 97aa62b
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 @@ -57,7 +57,7 @@ window.addEventListener("load", () => {
const {userChannels, selected} = data.payload as IframeChannelsPayload;
fillChannels(userChannels, selected, (channelStr) => {
myPort.postMessage({
type: "iframeChannelSelected",
type: "fdc3UserInterfaceSelected",
payload: {
selected: channelStr || null
}
Expand Down

0 comments on commit 97aa62b

Please sign in to comment.