Skip to content

Commit

Permalink
fix: delete just the duplicate title
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinentl committed Jan 30, 2023
1 parent 28deb69 commit 11f1997
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion front/src/schemas/ui-schema-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
"title": "Funder",
"fields": ["funder"]
},
{
"title": "Translated title",
"fields": ["translatedTitle"]
},
{
"fields": [
"dossier",
Expand Down Expand Up @@ -189,7 +193,6 @@
"ui:title": "Transcribers"
},
"translatedTitle": {
"ui:title": "Translated title",
"ui:add-item-title": "Add a title in another language",
"ui:remove-item-title": "Supprimer",
"items": {
Expand Down

0 comments on commit 11f1997

Please sign in to comment.