Skip to content

Commit ce312ee

Browse files
committed
fix matomo isClick
1 parent 8841811 commit ce312ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/run-tab/src/lib/components/universalDappUI.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ const generateAIDappWithPlugin = async (description: string, address: string, co
530530
category: 'quick-dapp-v2',
531531
action: 'generate',
532532
name: 'start',
533-
isClick: true
533+
isClick: false
534534
})
535535
const pages: Record<string, string> = await props.plugin.call('ai-dapp-generator', 'generateDapp', {
536536
description,

0 commit comments

Comments
 (0)