Skip to content

Commit

Permalink
[embed link sharing] Fix typo in workbookSharingLinkUpdate (#33)
Browse files Browse the repository at this point in the history
* Update mutations.ts

* Create tame-spoons-allow.md
  • Loading branch information
munteanuic authored Aug 1, 2024
1 parent deb24fe commit f3fb6a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tame-spoons-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sigmacomputing/embed-sdk": patch
---

fix workbookSharingLinkUpdate param typo
2 changes: 1 addition & 1 deletion packages/embed-sdk/src/mutations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const workbookSharingLinkUpdate = (
) => {
sendIframeMessage(iframe, {
type: WorkbookSharingLinkUpdateEventName,
nodeId: sharingLink,
sharingLink: sharingLink,
sharingExplorationLink: sharingExplorationLink,
});
};

0 comments on commit f3fb6a3

Please sign in to comment.