Skip to content

Commit 3f0e252

Browse files
committed
fix: output preview button
1 parent 0f771bb commit 3f0e252

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/run/InterpretationLog.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@ export const InterpretationLog: React.FC<InterpretationLogProps> = ({ isOpen, se
448448
<Typography variant="h6" gutterBottom align="left">
449449
{t('interpretation_log.messages.successful_training')}
450450
</Typography>
451+
<SidePanelHeader onPreviewClick={() => setShowPreviewData(true)} />
451452
</>
452453
) : (
453454
<Typography variant="h6" gutterBottom align="left">

0 commit comments

Comments
 (0)