File tree Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ import { Stack } from '@mui/material';
3737import { capitalizeWithUnderscore , getNodes } from '../../utils/Utils' ;
3838import MultiModeMetrics from './MultiModeMetrics' ;
3939import getAdditionalMetrics from '../../services/AdditionalMetrics' ;
40- import { withVisibility } from '../../HOC/withVisibility ' ;
40+ import { withVisibility } from '../../HOC/WithVisibility ' ;
4141import MetricsCheckbox from './MetricsCheckbox' ;
4242
4343const ChatInfoModal : React . FC < chatInfoMessage > = ( {
Original file line number Diff line number Diff line change @@ -937,3 +937,7 @@ export interface filedate {
937937 } ;
938938}
939939export type FileTableHandle = React . ElementRef < typeof FileTable > ;
940+
941+ export interface VisibilityProps {
942+ isVisible : boolean ;
943+ }
You can’t perform that action at this time.
0 commit comments