mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-23 08:48:01 +00:00
channels_dropdown_qfix (#3470)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
14dd02ff90
commit
a50733a556
@ -226,7 +226,7 @@
|
||||
if (result != null) {
|
||||
if (result === '') {
|
||||
remove(n)
|
||||
} else {
|
||||
} else if (item.value !== result) {
|
||||
item.value = result
|
||||
saveItems()
|
||||
dispatch('save', item.channel)
|
||||
|
Loading…
Reference in New Issue
Block a user