Skip to content

Commit

Permalink
fix: Correct widget code URL (#6033)
Browse files Browse the repository at this point in the history
src attribute has extra double quotes
  • Loading branch information
awaisathar authored Jan 30, 2025
1 parent 4ffe997 commit 2043b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/modals/apiModal/utils/get-widget-code.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function getWidgetCode({
flowName,
isAuth,
}: GetCodeType): string {
return `<script src="https://cdn.jsdelivr.net/gh/logspace-ai/[email protected]/dist/build/static/js/bundle.min.js""></script>
return `<script src="https://cdn.jsdelivr.net/gh/logspace-ai/[email protected]/dist/build/static/js/bundle.min.js"></script>
<langflow-chat
window_title="${flowName}"
Expand Down

0 comments on commit 2043b2f

Please sign in to comment.