Skip to content

Commit 1dcc84a

Browse files
2 parents c7066ee + b80a164 commit 1dcc84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/FileTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ import { ThemeWrapperContext } from '../context/ThemeWrapper';
5656
let onlyfortheFirstRender = true;
5757

5858
const FileTable = forwardRef<ChildRef, FileTableProps>((props, ref) => {
59-
const { isExpanded, connectionStatus, setConnectionStatus, onInspect, onRetry } = props;
59+
const { isExpanded, connectionStatus, setConnectionStatus, onInspect } = props;
6060
const { filesData, setFilesData, model, rowSelection, setRowSelection, setSelectedRows, setProcessedCount, queue } =
6161
useFileContext();
6262
const { userCredentials, isReadOnlyUser } = useCredentials();

0 commit comments

Comments
 (0)