diff --git a/src/components/run/InterpretationLog.tsx b/src/components/run/InterpretationLog.tsx index 6cc7404b..74c46f4e 100644 --- a/src/components/run/InterpretationLog.tsx +++ b/src/components/run/InterpretationLog.tsx @@ -513,6 +513,16 @@ export const InterpretationLog: React.FC = ({ isOpen, se {t('interpretation_log.titles.output_preview')} + {!(hasScrapeListAction || hasScrapeSchemaAction || hasScreenshotAction) && ( + + + + {t('interpretation_log.messages.no_selection')} + + + + )} + {showPreviewData && availableTabs.length > 0 && ( <> {shouldShowTabs && (