File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
frontend/src/components/Graph Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -363,15 +363,14 @@ const GraphViewModal: React.FunctionComponent<GraphViewModalProps> = ({
363
363
>
364
364
< Dialog . Header htmlAttributes = { { id : 'graph-title' } } >
365
365
{ headerTitle }
366
- { viewPoint !== graphLabels . chatInfoView ||
367
- ( viewPoint === graphLabels . showSchemaView && (
366
+ { viewPoint !== graphLabels . chatInfoView && (
368
367
< div style = { { display : 'flex' , alignItems : 'center' } } >
369
368
< span >
370
369
< InformationCircleIconOutline className = 'n-size-token-6' />
371
370
</ span >
372
371
< span className = 'n-body-small ml-1' > { graphLabels . chunksInfo } </ span >
373
372
</ div >
374
- ) ) }
373
+ ) }
375
374
< Flex className = 'w-full' alignItems = 'center' flexDirection = 'row' >
376
375
{ checkBoxView && (
377
376
< CheckboxSelection
You can’t perform that action at this time.
0 commit comments