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> = ({
363363 >
364364 < Dialog . Header htmlAttributes = { { id : 'graph-title' } } >
365365 { headerTitle }
366- { viewPoint !== graphLabels . chatInfoView ||
367- ( viewPoint === graphLabels . showSchemaView && (
366+ { viewPoint !== graphLabels . chatInfoView && (
368367 < div style = { { display : 'flex' , alignItems : 'center' } } >
369368 < span >
370369 < InformationCircleIconOutline className = 'n-size-token-6' />
371370 </ span >
372371 < span className = 'n-body-small ml-1' > { graphLabels . chunksInfo } </ span >
373372 </ div >
374- ) ) }
373+ ) }
375374 < Flex className = 'w-full' alignItems = 'center' flexDirection = 'row' >
376375 { checkBoxView && (
377376 < CheckboxSelection
You can’t perform that action at this time.
0 commit comments