fix renaming artifact

This commit is contained in:
Chris Kruining 2025-01-07 16:07:11 +01:00
parent 4592a6f1bc
commit 222970b6b6
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -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}>