Skip to content

Commit

Permalink
Merge pull request #1005 from Nityam573/fix-952
Browse files Browse the repository at this point in the history
Fix: Delete the search input on reg form
  • Loading branch information
Marchand-Nicolas authored Jan 27, 2025
2 parents 8d75bbf + 5773595 commit 9e018ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21,638 deletions.
6 changes: 0 additions & 6 deletions components/domains/registerV3.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@ const RegisterV3: FunctionComponent<RegisterV3Props> = ({

return currentStep === 1 ? (
<>
<div className="sm:w-2/5 w-4/5 mt-5 mb-5">
<SearchBar
onChangeTypedValue={(typeValue: string) => setDomain(typeValue)}
showHistory={false}
/>
</div>
<UserInfoForm
type={FormType.REGISTER}
goToNextStep={goToNextStep}
Expand Down
Loading

0 comments on commit 9e018ba

Please sign in to comment.