WIP Добавил выбор соцсети и доверенного лица из существующих персон

This commit is contained in:
DwCay
2023-04-25 19:10:36 +03:00
parent 4ec192a423
commit bfb7e388b3
3 changed files with 136 additions and 46 deletions

View File

@@ -135,37 +135,44 @@ export const errorMap = {
export const mapNetworks = {
VK: {
id: "VK",
title: "VK",
icon: "app:icon-vk",
network: "VK",
},
TELEGRAM: {
id: "TELEGRAM",
title: "Telegram",
icon: "app:icon-tg",
network: "TELEGRAM",
},
GMAIL: {
id: "GMAIL",
title: "Gmail",
icon: "app:icon-google",
network: "GMAIL",
},
SLACK: {
id: "SLACK",
title: "Slack",
icon: "app:icon-slack",
network: "SLACK",
markerLink: "slack",
},
DISCORD: {
id: "DISCORD",
title: "Discord",
icon: "app:icon-discord",
network: "DISCORD",
},
VIBER: {
id: "VIBER",
title: "Viber",
icon: "wifi_calling_3",
network: "VIBER",
},
WHATS_APP: {
id: "WHATS_APP",
title: "WhatsApp",
icon: "call",
network: "WHATS_APP",
@@ -218,14 +225,14 @@ export const confidantConfig = [
{
dataLabel: "Общая информация",
fields: [
{
key: "first_name",
label: "Имя",
},
{
key: "last_name",
label: "Фамилия",
},
{
key: "first_name",
label: "Имя",
},
{
key: "patronymic",
label: "Отчество",