mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 14:06:00 +03:00
fixes #348 - social links
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
5e807d466a
commit
112093f0de
@ -52,8 +52,10 @@
|
||||
const dispatch = createEventDispatcher()
|
||||
|
||||
function saveChannels(result: any) {
|
||||
object.channels = result
|
||||
client.updateDoc(recruit.class.Candidate, object.space, object._id, { channels: result })
|
||||
if (result !== undefined) {
|
||||
object.channels = result
|
||||
client.updateDoc(recruit.class.Candidate, object.space, object._id, { channels: result })
|
||||
}
|
||||
}
|
||||
|
||||
function firstNameChange() {
|
||||
|
Loading…
Reference in New Issue
Block a user