feat: open interpretation log from right side panel
This commit is contained in:
@@ -126,7 +126,7 @@ export const RecordingPage = ({ recordingName }: RecordingPageProps) => {
|
|||||||
</Grid>
|
</Grid>
|
||||||
<Grid id="browser-content" ref={browserContentRef} item xs>
|
<Grid id="browser-content" ref={browserContentRef} item xs>
|
||||||
<BrowserContent />
|
<BrowserContent />
|
||||||
<InterpretationLog />
|
<InterpretationLog isOpen={showOutputData} setIsOpen={setShowOutputData} />
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid item xs={2}>
|
<Grid item xs={2}>
|
||||||
<RightSidePanel onFinishCapture={handleShowOutputData} />
|
<RightSidePanel onFinishCapture={handleShowOutputData} />
|
||||||
|
|||||||
Reference in New Issue
Block a user