Skip to content

Commit

Permalink
fix: Improved temp membership owner id
Browse files Browse the repository at this point in the history
  • Loading branch information
josebui committed Feb 27, 2024
1 parent 1904ce6 commit b3f94ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storyMap/components/StoryMapForm/ShareDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ const ShareDialog = props => {
const memberships = useMemo(
() => [
{
id: 'owner-user-membership-id',
id: 'owner-user-membership',
user: storyMap.createdBy,
userRole: MEMBERSHIP_ROLE_OWNER,
},
Expand Down

0 comments on commit b3f94ac

Please sign in to comment.