Skip to content

Commit cb992c8

Browse files
deleted venv folder
1 parent 199fca5 commit cb992c8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+2
-2591
lines changed

frontend/src/components/FileTable.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ const FileTable: React.FC<FileTableProps> = ({ isExpanded, connectionStatus, set
146146
if (!res.data) {
147147
throw new Error('Please check backend connection');
148148
}
149-
149+
console.log({res})
150150
if (res.data.status !== 'Failed') {
151151
const prefiles: CustomFile[] = [];
152152
if (res.data.data.length) {
@@ -184,8 +184,7 @@ const FileTable: React.FC<FileTableProps> = ({ isExpanded, connectionStatus, set
184184
setIsLoading(false);
185185
setFilesData(prefiles);
186186
const prefetchedFiles: any[] = [];
187-
console.log("res.data.data.data",res.data.data.data)
188-
res.data.data.data.forEach((item: any) => {
187+
res.data.data.forEach((item: any) => {
189188
const localFile = getFileFromLocal(`${item.fileName}`);
190189
if (item.fileName != undefined && item.fileName.length) {
191190
if (localFile != null) {

graph_new/bin/Activate.ps1

Lines changed: 0 additions & 247 deletions
This file was deleted.

graph_new/bin/activate

Lines changed: 0 additions & 69 deletions
This file was deleted.

graph_new/bin/activate.csh

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)