Skip to content

Commit b5a0c48

Browse files
committed
types: fix type issue
1 parent eafc114 commit b5a0c48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/ClaimPackageModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ const previewPackageJson = computed(() => {
386386
<button
387387
type="button"
388388
class="w-full px-4 py-2 font-mono text-sm text-fg-muted bg-bg-subtle border border-border rounded-md transition-colors duration-200 hover:text-fg hover:border-border-hover focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-fg/50"
389-
@click="checkAvailability"
389+
@click="() => checkAvailability()"
390390
>
391391
{{ $t('common.retry') }}
392392
</button>

0 commit comments

Comments
 (0)