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 4212535 + 81096e1 commit d6974aaCopy full SHA for d6974aa
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