[KEYCLOAK-12277] NPM lint errors and warnings on MyResources page
This commit is contained in:
parent
b4db6216c3
commit
f9683b460b
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ export class MyResourcesPage extends React.Component<MyResourcesPageProps, MyRes
|
|||
}
|
||||
}
|
||||
|
||||
private handleTabClick = (event: React.FormEvent<HTMLInputElement>, tabIndex: number) => {
|
||||
private handleTabClick = (event: React.MouseEvent<HTMLInputElement>, tabIndex: number) => {
|
||||
if (this.state.activeTabKey === tabIndex) return;
|
||||
|
||||
this.setState({
|
||||
|
|
Loading…
Reference in a new issue