fix: Fixes Cancel button not working on Super export modal

This commit is contained in:
Antonella Sgarlatta 2026-01-08 01:03:46 -03:00
parent abed6a265f
commit 39451cf786
No known key found for this signature in database
GPG key ID: 821BD0174AEC6D87

View file

@ -39,12 +39,12 @@ const ModalContent = observer(() => {
<Modal
title="Export notes"
className="p-4"
close={close}
close={notesController.closeSuperExportModal}
actions={[
{
label: 'Cancel',
type: 'cancel',
onClick: close,
onClick: notesController.closeSuperExportModal,
mobileSlot: 'left',
},
{