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 748d204 commit 7dfb437Copy full SHA for 7dfb437
src/routes/components/facets/examples/FacetsNoGroupSelection.svelte
@@ -15,6 +15,6 @@
15
svelte={facetsNoGroupSelectionSvelte}
16
data={facetsNoGroupSelectionData}
17
>
18
- <Facets groups={groupsStore} showAll on:change={(e) => console.log(e)} />
+ <Facets groups={groupsStore} showAll on:facetSelect={(e) => console.log(e)} />
19
</CodeContainer>
20
</div>
0 commit comments