From a39fbc2c947da5d1ff7462843f8d1ca7ea5e1794 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 24 Oct 2024 01:04:55 +0530 Subject: [PATCH] feat: upward icon for preview data --- src/components/molecules/InterpretationLog.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index b5f3f1bf..f1ebe996 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -14,6 +14,7 @@ import TableHead from '@mui/material/TableHead'; import TableRow from '@mui/material/TableRow'; import Paper from '@mui/material/Paper'; import StorageIcon from '@mui/icons-material/Storage'; +import ArrowUpwardIcon from '@mui/icons-material/ArrowUpward'; import { SidePanelHeader } from './SidePanelHeader'; import { useGlobalInfoStore } from '../../context/globalInfo'; @@ -135,7 +136,7 @@ export const InterpretationLog: React.FC = ({ isOpen, se }, }} > - Output Data Preview + Output Data Preview