Update SessionsTable.tsx
Signed-off-by: Hynek Mlnařík <hmlnarik@redhat.com> Closes: #25849
This commit is contained in:
parent
ddb77d2325
commit
f7d53ec776
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ import {
|
|||
ToolbarItem,
|
||||
} from "@patternfly/react-core";
|
||||
import { CubesIcon } from "@patternfly/react-icons";
|
||||
import { ReactNode, useMemo, useState } from "react";
|
||||
import { MouseEvent, ReactNode, useMemo, useState } from "react";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import { Link, useMatch, useNavigate } from "react-router-dom";
|
||||
|
||||
|
@ -147,7 +147,7 @@ export default function SessionsTable({
|
|||
});
|
||||
|
||||
async function onClickSignOut(
|
||||
event: React.MouseEvent,
|
||||
event: MouseEvent,
|
||||
rowIndex: number,
|
||||
rowData: IRowData,
|
||||
) {
|
||||
|
|
Loading…
Reference in a new issue