feat: pass onFinishCapture prop

This commit is contained in:
karishmas6
2024-09-08 07:39:09 +05:30
parent 685675a92f
commit 572c75ed0f
2 changed files with 6 additions and 2 deletions

View File

@@ -129,7 +129,7 @@ export const RecordingPage = ({ recordingName }: RecordingPageProps) => {
<InterpretationLog />
</Grid>
<Grid item xs={2}>
<RightSidePanel />
<RightSidePanel onFinishCapture={handleShowOutputData} />
</Grid>
</Grid>
: <Loader />}