Skip to content

Commit b326b52

Browse files
committed
chore: remove unused click listener
1 parent 6fd898e commit b326b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/VisionAction.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div class="flex items-end justify-start gap-2 cursor-pointer" @click="openDialog">
2+
<div class="flex items-end justify-start gap-2 cursor-pointer">
33
<div class="flex items-center justify-center text-white bg-gradient-to-r h-[18px] from-purple-500 via-purple-600 to-purple-700 hover:bg-gradient-to-br focus:ring-4 focus:outline-none focus:ring-purple-300 dark:focus:ring-purple-800 font-medium rounded-md text-sm px-1 text-center">
44
AI
55
</div>

0 commit comments

Comments
 (0)