Skip to content

Commit

Permalink
removal of unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
prakriti-solankey authored Sep 16, 2024
1 parent 596cdb7 commit 107f065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/FileTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import {
} from '../utils/Utils';
import { SourceNode, CustomFile, FileTableProps, UserCredentials, statusupdate, ChildRef } from '../types';
import { useCredentials } from '../context/UserCredentials';
import { ArrowPathIconSolid, MagnifyingGlassCircleIconSolid } from '@neo4j-ndl/react/icons';
import {MagnifyingGlassCircleIconSolid } from '@neo4j-ndl/react/icons';
import CustomProgressBar from './UI/CustomProgressBar';
import subscribe from '../services/PollingAPI';
import { triggerStatusUpdateAPI } from '../services/ServerSideStatusUpdateAPI';
Expand All @@ -49,7 +49,7 @@ import IndeterminateCheckbox from './UI/CustomCheckBox';
import { showErrorToast, showNormalToast } from '../utils/toasts';
let onlyfortheFirstRender = true;
const FileTable = forwardRef<ChildRef, FileTableProps>((props, ref) => {
const { isExpanded, connectionStatus, setConnectionStatus, onInspect, onRetry } = props;
const { isExpanded, connectionStatus, setConnectionStatus, onInspect } = props;
const { filesData, setFilesData, model, rowSelection, setRowSelection, setSelectedRows, setProcessedCount, queue } =
useFileContext();
const { userCredentials } = useCredentials();
Expand Down

0 comments on commit 107f065

Please sign in to comment.