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

bug(console): Team and contacts email selection doesn't persist #2353

Closed
betimshahini opened this issue Jun 2, 2023 · 0 comments · Fixed by #2356
Closed

bug(console): Team and contacts email selection doesn't persist #2353

betimshahini opened this issue Jun 2, 2023 · 0 comments · Fixed by #2356
Assignees
Labels
bug Indicates an unexpected problem or unintended behavior

Comments

@betimshahini
Copy link
Contributor

betimshahini commented Jun 2, 2023

When selecting an email from the email dropdown in the Team and contacts page, the selection does not persist, nor does a toast message show up. No network calls are being sent as part of the selection.

Root cause is with inconsistent return types of DropDownListItem and the value property contained within it, where in some parts of the codebase one is expected but the other is returned.

@betimshahini betimshahini added the bug Indicates an unexpected problem or unintended behavior label Jun 2, 2023
@betimshahini betimshahini added this to the v1 - production readiness milestone Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants