mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 20:59:20 +00:00
fix
This commit is contained in:
parent
4c1277d920
commit
e44484934f
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@
|
|||
if (refSelectAll) refSelectAll.checked = false;
|
||||
},
|
||||
add: (id) => {
|
||||
headerItems.update((_) => [..._, id]);
|
||||
headerItems.update((_) => [id, ..._]);
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue