Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(InlineNotification): make statusIconDescription optional
Given `statucIconDescription` in `<InlineNotification>` and one in `<ToastNotification>` have a fallback value, they shouldn't have `isRequired` in their prop types. This change fixes that. Fixes #5527.
- Loading branch information