fix renaming artifact
This commit is contained in:
parent
4592a6f1bc
commit
222970b6b6
1 changed files with 2 additions and 2 deletions
|
@ -72,11 +72,11 @@ export default function TableExperiment() {
|
|||
});
|
||||
|
||||
createEffect(() => {
|
||||
setStore('sorting', rows().sorting());
|
||||
setStore('sorting', rows().sorting);
|
||||
});
|
||||
|
||||
createEffect(() => {
|
||||
setStore('grouping', rows().grouping());
|
||||
setStore('grouping', rows().grouping);
|
||||
});
|
||||
|
||||
return <div class={css.root}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue