We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7066ee + b80a164 commit 1dcc84aCopy full SHA for 1dcc84a
frontend/src/components/FileTable.tsx
@@ -56,7 +56,7 @@ import { ThemeWrapperContext } from '../context/ThemeWrapper';
56
let onlyfortheFirstRender = true;
57
58
const FileTable = forwardRef<ChildRef, FileTableProps>((props, ref) => {
59
- const { isExpanded, connectionStatus, setConnectionStatus, onInspect, onRetry } = props;
+ const { isExpanded, connectionStatus, setConnectionStatus, onInspect } = props;
60
const { filesData, setFilesData, model, rowSelection, setRowSelection, setSelectedRows, setProcessedCount, queue } =
61
useFileContext();
62
const { userCredentials, isReadOnlyUser } = useCredentials();
0 commit comments