chore: cleanup
This commit is contained in:
@@ -132,7 +132,6 @@ const BrowserRecordingSave = () => {
|
|||||||
{t('right_panel.buttons.discard')}
|
{t('right_panel.buttons.discard')}
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
{/* Reset Button */}
|
|
||||||
<IconButton
|
<IconButton
|
||||||
aria-label="options"
|
aria-label="options"
|
||||||
size="small"
|
size="small"
|
||||||
@@ -155,7 +154,6 @@ const BrowserRecordingSave = () => {
|
|||||||
|
|
||||||
<SaveRecording fileName={recordingName} />
|
<SaveRecording fileName={recordingName} />
|
||||||
|
|
||||||
{/* Discard Confirmation Modal */}
|
|
||||||
<GenericModal isOpen={openDiscardModal} onClose={() => setOpenDiscardModal(false)} modalStyle={modalStyle}>
|
<GenericModal isOpen={openDiscardModal} onClose={() => setOpenDiscardModal(false)} modalStyle={modalStyle}>
|
||||||
<Box p={2}>
|
<Box p={2}>
|
||||||
<Typography variant="h6">{t('browser_recording.modal.confirm_discard')}</Typography>
|
<Typography variant="h6">{t('browser_recording.modal.confirm_discard')}</Typography>
|
||||||
@@ -170,7 +168,6 @@ const BrowserRecordingSave = () => {
|
|||||||
</Box>
|
</Box>
|
||||||
</GenericModal>
|
</GenericModal>
|
||||||
|
|
||||||
{/* Reset Confirmation Modal */}
|
|
||||||
<GenericModal isOpen={openResetModal} onClose={() => setOpenResetModal(false)} modalStyle={modalStyle}>
|
<GenericModal isOpen={openResetModal} onClose={() => setOpenResetModal(false)} modalStyle={modalStyle}>
|
||||||
<Box p={2}>
|
<Box p={2}>
|
||||||
<Typography variant="h6">{t('browser_recording.modal.confirm_reset')}</Typography>
|
<Typography variant="h6">{t('browser_recording.modal.confirm_reset')}</Typography>
|
||||||
|
|||||||
Reference in New Issue
Block a user