Skip to content

Commit

Permalink
THE-1333 remplacement de la variable titrePrincipal qui n'est pas map…
Browse files Browse the repository at this point in the history
…pée par titre
  • Loading branch information
clementdelafontaine committed Jul 30, 2024
1 parent 7b134f0 commit ee601b3
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 ee601b3

Please sign in to comment.