We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eafc114 commit b5a0c48Copy full SHA for b5a0c48
1 file changed
app/components/ClaimPackageModal.vue
@@ -386,7 +386,7 @@ const previewPackageJson = computed(() => {
386
<button
387
type="button"
388
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"
+ @click="() => checkAvailability()"
390
>
391
{{ $t('common.retry') }}
392
</button>
0 commit comments