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