Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wellheor1 committed Nov 10, 2024
1 parent b4b5752 commit ca3192c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l2-frontend/src/components/types-and-forms-file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function typesAndForms() {
},
});
const fileFormsInfo = ref({
101.01: 'Необходимые поля: "фио", "дата рождения", "пол", "инн организации", "код вредности", "должность", '
101.01: 'Необходимые поля: "снилс", "фио", "дата рождения", "пол", "инн организации", "код вредности", "должность", '
+ '"дата мед. осмотра", "подразделение"',
});
const addForms = (type: string, forms = null, allowedForms: string[] = null) => {
Expand Down

0 comments on commit ca3192c

Please sign in to comment.