mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-28 23:43:22 +00:00
fix: Limite du nombre de responsables légaux à 2 [#27]
This commit is contained in:
@ -69,7 +69,9 @@ export default function FileUpload({
|
||||
<CloudUpload className="w-6 h-6 text-emerald-500" />
|
||||
<p className="text-sm font-medium text-gray-800">
|
||||
<span className="font-semibold">
|
||||
{existingFile.split('/').pop()}
|
||||
{typeof existingFile === 'string'
|
||||
? existingFile.split('/').pop()
|
||||
: existingFile?.name || 'Fichier inconnu'}
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user