Skip to content

Commit

Permalink
refactor: moved the submit button inside the overflow container
Browse files Browse the repository at this point in the history
  • Loading branch information
keyurparalkar committed Apr 17, 2024
1 parent fd0a980 commit 2c173f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ function App() {
errors={errors}
register={register}
/>
<Button type="submit">Submit</Button>
</div>
<Button type="submit">Submit</Button>
</form>
</div>
</div>
Expand Down

0 comments on commit 2c173f1

Please sign in to comment.