Skip to content

Commit

Permalink
fix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnickii authored Aug 28, 2024
1 parent 9594c13 commit 43e5f9a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ closeModal.addEventListener('click', () => {
`;

export const disableSuggestions = () => html`
</h1>Disable suggestions</h1>
<h1>Disable suggestions</h1>
<mgt-people-picker disable-suggestions></mgt-people-picker>
</h1>Disable suggestions with default selected user Ids</h1>
<h1>Disable suggestions with default selected user Ids</h1>
<mgt-people-picker
default-selected-user-ids="e3d0513b-449e-4198-ba6f-bd97ae7cae85, 40079818-3808-4585-903b-02605f061225" disable-suggestions>
</mgt-people-picker>
Expand Down

0 comments on commit 43e5f9a

Please sign in to comment.