mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 16:03:21 +00:00
fix: régression lors de l'uniformisation des modales
This commit is contained in:
@ -854,15 +854,14 @@ export default function Page({ params: { locale } }) {
|
||||
isOpen={isSepaUploadModalOpen}
|
||||
setIsOpen={setIsSepaUploadModalOpen}
|
||||
title="Uploader un mandat SEPA"
|
||||
ContentComponent={() => (
|
||||
<FileUpload
|
||||
selectionMessage="Sélectionnez un mandat SEPA à uploader"
|
||||
onFileSelect={(file) =>
|
||||
handleSepaFileUpload(file, selectedRowForUpload)
|
||||
}
|
||||
/>
|
||||
)}
|
||||
/>
|
||||
>
|
||||
<FileUpload
|
||||
selectionMessage="Sélectionnez un mandat SEPA à uploader"
|
||||
onFileSelect={(file) =>
|
||||
handleSepaFileUpload(file, selectedRowForUpload)
|
||||
}
|
||||
/>
|
||||
</Modal>
|
||||
)}
|
||||
{isFilesModalOpen && (
|
||||
<FilesModal
|
||||
|
||||
Reference in New Issue
Block a user