mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-09 09:20:54 +00:00
Channel update fix (#1057)
Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
parent
af15115c8c
commit
6e934b83aa
@ -42,7 +42,7 @@
|
|||||||
for (const provider of providers) {
|
for (const provider of providers) {
|
||||||
const i = findValue(provider._id)
|
const i = findValue(provider._id)
|
||||||
if (i !== -1) {
|
if (i !== -1) {
|
||||||
newValues.push(values[i])
|
newValues.push({ ...values[i] })
|
||||||
} else {
|
} else {
|
||||||
newValues.push({ provider: provider._id, value: '' })
|
newValues.push({ provider: provider._id, value: '' })
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user