mirror of
https://github.com/standardnotes/app.git
synced 2026-01-11 19:56:41 +00:00
fix: Fixes Cancel button not working on Super export modal
This commit is contained in:
parent
abed6a265f
commit
39451cf786
1 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue