Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix calling example links for Custom User Data Model Storybook page #5583

Merged
merged 6 commits into from
Jan 29, 2025
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Composites support user data model injection for display name and avatar across

| Composite | Display Name | Avatar |
| ------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| [CallComposite](./?path=/story/composites-callcomposite--basic-example) | [displayName](./?path=/story/composites-callcomposite--basic-example) | [onFetchAvatarPersonaData](./?path=/story/composites-callcomposite--custom-data-model-example) |
| [CallComposite](./?path=/story/composites-callcomposite-basic-example--basic-example) | [displayName](./?path=/story/composites-callcomposite-basic-example--basic-example) | [onFetchAvatarPersonaData](./?path=/story/composites-callcomposite-custom-data-model-example--custom-data-model-example) |
| [ChatComposite](./?path=/story/composites-chatcomposite-basic-example--basic-example) | [displayName](./?path=/story/composites-chatcomposite-basic-example--basic-example) | [onFetchAvatarPersonaData](./?path=/story/composites-chatcomposite-custom-data-model-example--custom-data-model-example) |

For additional examples on how this user data model injection pattern works, visit the individual composite pages.