fix: Fixes Cancel button not working on Super export modal (#2968) [skip e2e]

This commit is contained in:
Antonella Sgarlatta
2026-01-08 13:36:30 -03:00
committed by GitHub
parent 308b98db3d
commit 0a5cd13a96

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',
},
{