Skip to content

Commit

Permalink
Disable eslint rule on empty onChange handler
Browse files Browse the repository at this point in the history
  • Loading branch information
JBWatenbergScality committed Sep 24, 2024
1 parent 27cac71 commit c15c286
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/react/ui-elements/SelectAccountIAMRole.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ const SelectAccountIAMRoleWithAccount = (
id="select-account-role"
value={'Please select an account'}
disabled
// eslint-disable-next-line @typescript-eslint/no-empty-function
onChange={() => {}}
menuPosition={props.menuPosition}
placeholder="Select Role"
Expand Down

0 comments on commit c15c286

Please sign in to comment.