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 1ce8510 commit 25b8ea2Copy full SHA for 25b8ea2
app/pages/search.vue
@@ -357,7 +357,7 @@ const showClaimPrompt = computed(() => {
357
return (
358
isValidPackageName.value &&
359
packageAvailability.value?.available === true &&
360
- packageAvailability.value.name === query.value.trim() &&
+ packageAvailability.value.name === committedQuery.value.trim() &&
361
(!isConnected.value || (isConnected.value && canPublishToScope.value)) &&
362
status.value !== 'pending'
363
)
0 commit comments