mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-22 08:20:39 +00:00
CreatePerson channels fix (#903)
Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
parent
83989b1c88
commit
d45cf8ccfe
@ -58,7 +58,6 @@
|
||||
const person: Data<Person> = {
|
||||
name: combineName(firstName, lastName),
|
||||
city: object.city,
|
||||
channels: object.channels,
|
||||
...avatarProp
|
||||
}
|
||||
|
||||
|
@ -57,7 +57,6 @@
|
||||
const candidate: Data<Person> = {
|
||||
name: combineName(firstName, lastName),
|
||||
city: object.city,
|
||||
channels: object.channels,
|
||||
...avatarProp
|
||||
}
|
||||
const candidateData: MixinData<Person, Candidate> = {
|
||||
|
Loading…
Reference in New Issue
Block a user