Skip to content

Commit

Permalink
šŸ› Si le type de question est glisser-deposer-billets alors il y a uneā€¦
Browse files Browse the repository at this point in the history
ā€¦ extensionVue et pas de contenu dans la card de la question
  • Loading branch information
marouria committed Sep 16, 2024
1 parent 8d15099 commit e6f767b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ export default class DepotRessourcesPlaceDuMarche extends DepotRessourcesCommune
delete choix.type_choix;
});
}
if (question.type === 'glisser-deposer-billets') {
question.extensionVue = question.type;
delete question.type;
}
});
return this.questionsServeur;
}
Expand Down

0 comments on commit e6f767b

Please sign in to comment.