mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-24 01:07:50 +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) {
|
||||
const i = findValue(provider._id)
|
||||
if (i !== -1) {
|
||||
newValues.push(values[i])
|
||||
newValues.push({ ...values[i] })
|
||||
} else {
|
||||
newValues.push({ provider: provider._id, value: '' })
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user