File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 11import Page from "./page" ;
22import * as Skeleton from "../utils/skeleton" ;
33import Ape from "../ape" ;
4- import {
5- ValidatedHtmlInputElement ,
6- validateWithIndicator ,
7- } from "../elements/input-validation" ;
4+ import { ValidatedHtmlInputElement } from "../elements/input-validation" ;
85import { UserNameSchema , UserProfile } from "@monkeytype/schemas/users" ;
96import { remoteValidation } from "../utils/remote-validation" ;
107import * as NavigationEvent from "../observables/navigation-event" ;
@@ -31,7 +28,7 @@ export const page = new Page({
3128 Skeleton . append ( "pageProfileSearch" , "main" ) ;
3229
3330 if ( nameInputEl === null ) {
34- nameInputEl = validateWithIndicator (
31+ nameInputEl = new ValidatedHtmlInputElement (
3532 document . querySelector (
3633 ".page.pageProfileSearch input"
3734 ) as HTMLInputElement ,
You can’t perform that action at this time.
0 commit comments