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(() => {
|
createEffect(() => {
|
||||||
setStore('sorting', rows().sorting());
|
setStore('sorting', rows().sorting);
|
||||||
});
|
});
|
||||||
|
|
||||||
createEffect(() => {
|
createEffect(() => {
|
||||||
setStore('grouping', rows().grouping());
|
setStore('grouping', rows().grouping);
|
||||||
});
|
});
|
||||||
|
|
||||||
return <div class={css.root}>
|
return <div class={css.root}>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue