mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
try to fix reactivity
This commit is contained in:
parent
7b3144f27e
commit
ac99f8fd47
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
} else if (selected && !values.includes(value)) {
|
} else if (selected && !values.includes(value)) {
|
||||||
return [...values, value];
|
return [...values, value];
|
||||||
}
|
}
|
||||||
return s;
|
return values;
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue