mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 14:06:00 +03:00
UBER-759: prevent mutations of original object (#3596)
Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
parent
f5c7f5402a
commit
b2956b9d76
@ -43,7 +43,7 @@
|
||||
</script>
|
||||
|
||||
<DropdownLabels
|
||||
selected={value ?? []}
|
||||
selected={[...value] ?? []}
|
||||
{items}
|
||||
{label}
|
||||
useFlexGrow={true}
|
||||
|
Loading…
Reference in New Issue
Block a user