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
## Motivation for features / changes
Not recommended to put a click event on an icon because it has
accessibility problems, so this change aims to address that.
## Technical description of changes
Wrap the delete icon in a <button> and have the on click component from
the button and not the icon.
## Screenshots of UI changes (or N/A)
N/A
## Detailed steps to verify changes work correctly (as executed by you)
## Alternate designs / implementations considered (or N/A)
0 commit comments