mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-01 04:38:50 +02:00
Fix social link save (#10655)
Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
@@ -259,7 +259,8 @@
|
||||
if (result.trim() === '') {
|
||||
remove(n)
|
||||
} else if (item.value.trim() !== result.trim()) {
|
||||
item.value = result
|
||||
item.value = result.trim()
|
||||
item.channel.value = item.value
|
||||
saveItems()
|
||||
dispatch('save', item.channel)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user