feat: upward icon for preview data
This commit is contained in:
@@ -14,6 +14,7 @@ import TableHead from '@mui/material/TableHead';
|
|||||||
import TableRow from '@mui/material/TableRow';
|
import TableRow from '@mui/material/TableRow';
|
||||||
import Paper from '@mui/material/Paper';
|
import Paper from '@mui/material/Paper';
|
||||||
import StorageIcon from '@mui/icons-material/Storage';
|
import StorageIcon from '@mui/icons-material/Storage';
|
||||||
|
import ArrowUpwardIcon from '@mui/icons-material/ArrowUpward';
|
||||||
import { SidePanelHeader } from './SidePanelHeader';
|
import { SidePanelHeader } from './SidePanelHeader';
|
||||||
import { useGlobalInfoStore } from '../../context/globalInfo';
|
import { useGlobalInfoStore } from '../../context/globalInfo';
|
||||||
|
|
||||||
@@ -135,7 +136,7 @@ export const InterpretationLog: React.FC<InterpretationLogProps> = ({ isOpen, se
|
|||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Output Data Preview
|
<ArrowUpwardIcon fontSize="inherit" sx={{ marginRight: '10px'}} /> Output Data Preview
|
||||||
</Button>
|
</Button>
|
||||||
<SwipeableDrawer
|
<SwipeableDrawer
|
||||||
anchor="bottom"
|
anchor="bottom"
|
||||||
|
|||||||
Reference in New Issue
Block a user