Skip to content

Commit 5fbd4d5

Browse files
default graph consolidation unchecked
1 parent a707110 commit 5fbd4d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/context/UsersFiles.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ const FileContextProvider: FC<FileContextProviderProps> = ({ children }) => {
4343
'enable_hybrid_search_and_fulltext_search_in_bloom',
4444
'materialize_entity_similarities',
4545
'enable_communities',
46-
'graph_schema_consolidation',
4746
]);
4847
const [processedCount, setProcessedCount] = useState<number>(0);
4948
const [postProcessingVal, setPostProcessingVal] = useState<boolean>(false);

0 commit comments

Comments
 (0)