We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bfc82a commit 8b65941Copy full SHA for 8b65941
frontend/src/components/widgets/WidgetSpan.svelte
@@ -174,7 +174,7 @@
174
{/if}
175
{@const breadcrumbTrailButtons = narrowWidgetProps(component.props, "BreadcrumbTrailButtons")}
176
{#if breadcrumbTrailButtons}
177
- <BreadcrumbTrailButtons {...exclude(breadcrumbTrailButtons)} action={(index) => widgetValueCommitAndUpdate(index, index)} />
+ <BreadcrumbTrailButtons {...exclude(breadcrumbTrailButtons)} action={(breadcrumbIndex) => widgetValueCommitAndUpdate(index, breadcrumbIndex)} />
178
179
{@const textInput = narrowWidgetProps(component.props, "TextInput")}
180
{#if textInput}
0 commit comments