We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e3eed commit 77c6040Copy full SHA for 77c6040
‎packages/viewer/src/stores/list.ts‎
@@ -25,7 +25,7 @@ export default function list<T>(
25
const keys = Object.entries(weights).map(([name, weight]) => ({
26
name,
27
weight: (weight as number) || 0,
28
- getFn: searchKeys.find(o=>o.name === name)?.getFn
+ getFn: searchKeys.find(o => o.name === name)?.getFn,
29
}))
30
const index = derived(
31
collection,
0 commit comments