feat: pass pairForEdit
This commit is contained in:
@@ -129,7 +129,7 @@ export const RecordingPage = ({ recordingName }: RecordingPageProps) => {
|
|||||||
<InterpretationLog isOpen={showOutputData} setIsOpen={setShowOutputData} />
|
<InterpretationLog isOpen={showOutputData} setIsOpen={setShowOutputData} />
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid item xs={2}>
|
<Grid item xs={2}>
|
||||||
<RightSidePanel onFinishCapture={handleShowOutputData} />
|
<RightSidePanel onFinishCapture={handleShowOutputData} pairForEdit={pairForEdit} />
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
: <Loader />}
|
: <Loader />}
|
||||||
|
|||||||
Reference in New Issue
Block a user