Skip to content

Commit 6bdeffb

Browse files
authored
Merge pull request #10 from devforth/add-cursor-pointer
fix: add cursor pointer to refresh icon in VisionTable component
2 parents 66e8fb3 + 7b49e88 commit 6bdeffb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom/VisionTable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
</template>
6666
</Tooltip>
6767
<Tooltip>
68-
<IconRefreshOutline class="my-2 w-5 h-5 hover:text-blue-500" :class="{ 'opacity-50 cursor-not-allowed hover': shouldDisableRegenerateFieldIcon(item, n) }" @click="regerenerateFieldIconClick(item, n)"/>
68+
<IconRefreshOutline class="my-2 w-5 h-5 hover:text-blue-500 cursor-pointer" :class="{ 'opacity-50 cursor-not-allowed hover': shouldDisableRegenerateFieldIcon(item, n) }" @click="regerenerateFieldIconClick(item, n)"/>
6969
<template #tooltip>
7070
{{ shouldDisableRegenerateFieldIcon(item, n) ? $t("Can't analyze image without source image") : $t('Regenerate') }}
7171
</template>

0 commit comments

Comments
 (0)