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 c09f865 commit 03d6b78Copy full SHA for 03d6b78
1 file changed
src/lib/components/BookSelector.svelte
@@ -289,13 +289,7 @@ The navbar component.
289
};
290
const options = $derived({
291
[b]: {
292
- component: listView ? selectList : selectGrid,
293
- props: {
294
- options: bookGridGroup({
295
- colId: $refs.collection,
296
- bookLabel: listView ? 'name' : 'abbreviation'
297
- })
298
- },
+ snippet: listView ? selectList : selectGrid,
299
visible: true
300
},
301
[c]: {
@@ -306,7 +300,7 @@ The navbar component.
306
snippet: selectGrid,
307
visible: showChapterSelector && showVerseSelector
308
302
}
309
- });
303
+ } satisfies App.TabMenuOptions);
310
304
</script>
311
305
312
{#snippet selectList(bcv: string, menuaction: App.MenuActionHandler)}
0 commit comments