mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 16:03:21 +00:00
feat: Configuration des compétences par cycle [#16]
This commit is contained in:
@ -155,7 +155,7 @@ export default function FileUploadDocuSeal({
|
||||
return (
|
||||
<div className="h-full flex flex-col mt-4 space-y-6">
|
||||
<Popup
|
||||
visible={popupVisible}
|
||||
isOpen={popupVisible}
|
||||
message={popupMessage}
|
||||
onConfirm={() => setPopupVisible(false)}
|
||||
onCancel={() => setPopupVisible(false)}
|
||||
|
||||
@ -592,7 +592,7 @@ export default function FilesGroupsManagement({
|
||||
handleDelete={handleDelete}
|
||||
/>
|
||||
<Popup
|
||||
visible={removePopupVisible}
|
||||
isOpen={removePopupVisible}
|
||||
message={removePopupMessage}
|
||||
onConfirm={removePopupOnConfirm}
|
||||
onCancel={() => setRemovePopupVisible(false)}
|
||||
|
||||
@ -348,7 +348,7 @@ export default function ParentFilesSection({
|
||||
}
|
||||
/>
|
||||
<Popup
|
||||
visible={removePopupVisible}
|
||||
isOpen={removePopupVisible}
|
||||
message={removePopupMessage}
|
||||
onConfirm={removePopupOnConfirm}
|
||||
onCancel={() => setRemovePopupVisible(false)}
|
||||
|
||||
Reference in New Issue
Block a user