Skip to content

Commit 8b65941

Browse files
committed
Fix breadcrumbs
1 parent 3bfc82a commit 8b65941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/widgets/WidgetSpan.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
{/if}
175175
{@const breadcrumbTrailButtons = narrowWidgetProps(component.props, "BreadcrumbTrailButtons")}
176176
{#if breadcrumbTrailButtons}
177-
<BreadcrumbTrailButtons {...exclude(breadcrumbTrailButtons)} action={(index) => widgetValueCommitAndUpdate(index, index)} />
177+
<BreadcrumbTrailButtons {...exclude(breadcrumbTrailButtons)} action={(breadcrumbIndex) => widgetValueCommitAndUpdate(index, breadcrumbIndex)} />
178178
{/if}
179179
{@const textInput = narrowWidgetProps(component.props, "TextInput")}
180180
{#if textInput}

0 commit comments

Comments
 (0)