feat: open interpretation log from right side panel

This commit is contained in:
karishmas6
2024-09-08 07:49:59 +05:30
parent e84284feaa
commit 6932eae538

View File

@@ -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} />