WIP Добавлены click-outside и photo для employees

This commit is contained in:
Daria Golova
2022-12-02 13:53:45 +03:00
parent 8dc88452c5
commit 184107755c
3 changed files with 5 additions and 5 deletions

View File

@@ -172,7 +172,7 @@ export default {
first_name: elem.first_name,
patronymic: elem.patronymic,
color: elem.color,
avatar: elem.photo,
photo: elem.photo,
});
});
return filteredArray;