You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thevalue
property contained within it, where in some parts of the codebase one is expected but the other is returned.The text was updated successfully, but these errors were encountered: