Skip to content

Commit

Permalink
Added ids
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed May 2, 2023
1 parent b94af69 commit 8c721eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/features/dialog/SearchNameDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const SearchNameDialog = ({ props }) => {
<DialogContent>
<form onSubmit={handleSearch}>
<TextField
id="SearchNameDialog-TextField-name"
fullWidth
required
name="name"
Expand All @@ -51,6 +52,7 @@ const SearchNameDialog = ({ props }) => {
margin="normal"
/>
<Button
id="SearchNameDialog-Button-search"
fullWidth
type="submit"
variant="outlined"
Expand Down

0 comments on commit 8c721eb

Please sign in to comment.