fix: Application des périodes à un studentCompetency lors de la création

d'une nouvelle compétence
This commit is contained in:
N3WT DE COMPET
2025-05-30 22:07:37 +02:00
parent 4a6b7ce379
commit d65b171da8
2 changed files with 30 additions and 7 deletions

View File

@ -147,7 +147,7 @@ export default function ValidateSubscription({
{allTemplates[currentTemplateIndex].name || 'Document sans nom'}
</h3>
<iframe
src={`${BASE_URL}/${allTemplates[currentTemplateIndex].file}`}
src={`${BASE_URL}${allTemplates[currentTemplateIndex].file}`}
title={
allTemplates[currentTemplateIndex].type === 'main'
? 'Document Principal'