Skip to content

Commit

Permalink
fix(ui): switched nfd lookup to use 'brief' view instead of tiny. Tin…
Browse files Browse the repository at this point in the history
…y view doesn't return the expected app id
  • Loading branch information
pbennett committed Apr 5, 2024
1 parent 058f7de commit 0c51e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/AddValidatorForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export function AddValidatorForm({ constraints }: AddValidatorFormProps) {
setIsFetchingAppId(true)

try {
const nfd = await fetchNfd(value, { view: 'tiny' })
const nfd = await fetchNfd(value, { view: 'brief' })

// If we have an app id, clear error if it exists
form.clearErrors('nfdForInfo')
Expand Down

0 comments on commit 0c51e4c

Please sign in to comment.