Skip to content

Commit

Permalink
Merge pull request #236 from abes-esr/THE-1333-front-Affichage-du-cha…
Browse files Browse the repository at this point in the history
…mp-Titre-dans-le-formulaire-de-recherche-avanc-e

THE-1333 remplacement de la variable titrePrincipal qui n'est pas map…
  • Loading branch information
clementdelafontaine authored Jul 30, 2024
2 parents 7b134f0 + ee601b3 commit 7674301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/theses/search/AdvancedForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const formFields = useState("formFields", () => [
]);
function addField() {
formFields.value.push({ value: '', type: 'titrePrincipal' });
formFields.value.push({ value: '', type: 'titres.\\*' });
};
function removeField(index) {
Expand Down

0 comments on commit 7674301

Please sign in to comment.