UBER-759: prevent mutations of original object (#3596)

Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
Vyacheslav Tumanov 2023-08-16 21:05:45 +05:00 committed by GitHub
parent f5c7f5402a
commit b2956b9d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@
</script>
<DropdownLabels
selected={value ?? []}
selected={[...value] ?? []}
{items}
{label}
useFlexGrow={true}