From c92c1ed267c2b37600b704aa6f9a0f2ba2930431 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 26 Aug 2024 19:57:30 +0530 Subject: [PATCH] feat: storage icon for data preview --- 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 4d1866b1..61144287 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -18,6 +18,7 @@ import TableContainer from '@mui/material/TableContainer'; 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'; function createData( name: string, @@ -125,7 +126,7 @@ export const InterpretationLog = () => { }} > - Output Data Preview + Output Data Preview