fix: Fixes Cancel button not working on Super export modal (#2968) [skip e2e]
This commit is contained in:
committed by
GitHub
parent
308b98db3d
commit
0a5cd13a96
@@ -39,12 +39,12 @@ const ModalContent = observer(() => {
|
|||||||
<Modal
|
<Modal
|
||||||
title="Export notes"
|
title="Export notes"
|
||||||
className="p-4"
|
className="p-4"
|
||||||
close={close}
|
close={notesController.closeSuperExportModal}
|
||||||
actions={[
|
actions={[
|
||||||
{
|
{
|
||||||
label: 'Cancel',
|
label: 'Cancel',
|
||||||
type: 'cancel',
|
type: 'cancel',
|
||||||
onClick: close,
|
onClick: notesController.closeSuperExportModal,
|
||||||
mobileSlot: 'left',
|
mobileSlot: 'left',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user