[WIP] Добавил update страховки, а также возможность замены фото на вкладке страховки

This commit is contained in:
megavrilinvv
2023-04-14 18:33:55 +03:00
parent cecfce5e63
commit 600c8d91e4
3 changed files with 152 additions and 34 deletions

View File

@@ -216,7 +216,7 @@ export const baseInsuranceForm = [
{
key: "photo",
label: "Фото ДМС",
type: "photo",
type: "avatar",
},
],
},
@@ -237,7 +237,7 @@ export const baseInsuranceForm = [
{
key: "photo",
label: "Фото ОМС",
type: "photo",
type: "avatar",
},
],
},
@@ -251,11 +251,6 @@ export const baseInsuranceForm = [
label: "Категория",
type: "select",
},
{
key: "photo",
label: "Документы",
type: "photo",
},
],
},
];