mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
Fix_relation_versioning_setting (#10844)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -175,7 +175,7 @@
|
||||
{@const id = `${assoc._id}_a`}
|
||||
<span>{assoc.nameA}</span>
|
||||
<Toggle
|
||||
on={excludedRelations.has(id)}
|
||||
on={!excludedRelations.has(id)}
|
||||
on:change={(e) => {
|
||||
if (e.detail === true) {
|
||||
excludedRelations.delete(id)
|
||||
|
||||
Reference in New Issue
Block a user