feat: do not pass setShowOutputData prop

This commit is contained in:
karishmas6
2024-10-19 18:45:23 +05:30
parent fac1eab658
commit d58e697d2f

View File

@@ -126,7 +126,7 @@ export const RecordingPage = ({ recordingName }: RecordingPageProps) => {
</Grid> </Grid>
<Grid item xs={12} md={3} lg={3} style={{ height: '100%', overflowY: 'auto' }}> <Grid item xs={12} md={3} lg={3} style={{ height: '100%', overflowY: 'auto' }}>
<div className="right-side-panel" style={{ height: '100%' }}> <div className="right-side-panel" style={{ height: '100%' }}>
<RightSidePanel onFinishCapture={handleShowOutputData} setShowOutputData={setShowOutputData} /> <RightSidePanel onFinishCapture={handleShowOutputData} />
</div> </div>
</Grid> </Grid>
</Grid> </Grid>