Skip to content

Commit 98bccad

Browse files
committed
Fix providerSlug prop in AgentStepToolHeader component
1 parent 94e0ea9 commit 98bccad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llmstack/client/src/components/apps/renderer/LayoutRenderer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ const AgentStepToolHeader = memo(
480480
({ processor, isExpanded, onClick, isRunning = true }) => {
481481
const icon = (
482482
<ProviderIcon
483-
provider_slug={processor?.provider_slug}
483+
providerSlug={processor?.provider_slug}
484484
style={{ width: "12px", height: "12px" }}
485485
/>
486486
);

0 commit comments

Comments
 (0)