Skip to content

Commit

Permalink
fix: fix dynamic group id people picker story (#2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinbarron authored Feb 6, 2023
1 parent 6011ad6 commit 666e7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/components/peoplePicker/peoplePicker.properties.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export const dynamicGroupId = () => html`
});
function setGroupValue(selected) {
picker.setAttribute('group', selected);
picker.setAttribute('group-id', selected);
}
</script>
`;
Expand Down

0 comments on commit 666e7a4

Please sign in to comment.