diff --git a/src/shared/data/forms/nodeForm.data.ts b/src/shared/data/forms/nodeForm.data.ts index d2857cb9404536c47dfa08035140dc6f0c41868c..a10028df6758384edb7f4c8dbd12ed9b0c6fd6d1 100644 --- a/src/shared/data/forms/nodeForm.data.ts +++ b/src/shared/data/forms/nodeForm.data.ts @@ -146,19 +146,6 @@ export const epocForm: Form = { fields: [ { inputs :[ - { - id: 'id', - type: 'text', - label: 'ID de l\'ePoc', - value: 'E000XX', - - }, - { - id: 'edition', - type: 'text', - label: 'Edition', - value: String(new Date().getFullYear()), - }, { id: 'title', type: 'text', @@ -196,6 +183,12 @@ export const epocForm: Form = { label: 'Présentation', value: '', placeholder: 'Saisissez une présentation de l\'ePoc...' + }, + { + id: 'edition', + type: 'text', + label: 'Edition', + value: String(new Date().getFullYear()), } ] },