Skip to content

Commit

Permalink
fix: auto verifying clients
Browse files Browse the repository at this point in the history
  • Loading branch information
craigyu committed Nov 12, 2024
1 parent 127709d commit 80c4bb4
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,11 @@ const generateNotificationMsg = (
'is-invalid':
errorMessage || errorClientNumbers.length > 0,
}"
@blur="
forestClientNumbersInput.length &&
addClientNumbers()
"
:disabled="isVerifying"
/>
<small
id="forestClientInput-help"
Expand Down

0 comments on commit 80c4bb4

Please sign in to comment.