mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 07:53:23 +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}
|
isOpen={isSepaUploadModalOpen}
|
||||||
setIsOpen={setIsSepaUploadModalOpen}
|
setIsOpen={setIsSepaUploadModalOpen}
|
||||||
title="Uploader un mandat SEPA"
|
title="Uploader un mandat SEPA"
|
||||||
ContentComponent={() => (
|
>
|
||||||
<FileUpload
|
<FileUpload
|
||||||
selectionMessage="Sélectionnez un mandat SEPA à uploader"
|
selectionMessage="Sélectionnez un mandat SEPA à uploader"
|
||||||
onFileSelect={(file) =>
|
onFileSelect={(file) =>
|
||||||
handleSepaFileUpload(file, selectedRowForUpload)
|
handleSepaFileUpload(file, selectedRowForUpload)
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
)}
|
</Modal>
|
||||||
/>
|
|
||||||
)}
|
)}
|
||||||
{isFilesModalOpen && (
|
{isFilesModalOpen && (
|
||||||
<FilesModal
|
<FilesModal
|
||||||
|
|||||||
Reference in New Issue
Block a user