feat: show SidePanelHeader

This commit is contained in:
karishmas6
2024-10-19 18:55:53 +05:30
parent d15fb205ee
commit 0ddff77e19

View File

@@ -188,6 +188,7 @@ export const InterpretationLog: React.FC<InterpretationLogProps> = ({ isOpen, se
<Typography variant="body1" align="center" color="textSecondary">
It looks like you have not selected anything for extraction yet. Once you do, the robot will show a preview of your selections here.
</Typography>
<SidePanelHeader />
</>
)}
</TableBody>