Skip to content

Commit 7dd9416

Browse files
committed
Leftover from merge conflicts
1 parent d4461b1 commit 7dd9416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/chat/CloudTaskButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const CloudTaskButton = ({ item, disabled = false }: CloudTaskButtonProps
2222
const qrCodeRef = useRef<HTMLCanvasElement>(null)
2323

2424
// Generate the cloud URL for the task
25-
const cloudTaskUrl = item?.id ? `${CLOUD_API_URL}/task/${item.id}` : ""
25+
const cloudTaskUrl = item?.id ? `${cloudApiUrl}/task/${item.id}` : ""
2626

2727
// Generate QR code when dialog opens
2828
useEffect(() => {

0 commit comments

Comments
 (0)