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 4fa7973 commit 83cdf70Copy full SHA for 83cdf70
1 file changed
src/routes/(admin)/workbooks/order/_components/KanbanBoard.svelte
@@ -147,6 +147,7 @@
147
updateUrl();
148
}}
149
>
150
+ <!-- Note: Snippets are intentional: extracting these as components would require passing too many props. -->
151
{#snippet solutionBoard()}
152
<div class="flex gap-3 overflow-x-auto pb-4">
153
{#each displayedSolutionCategories as column}
0 commit comments