Skip to content

Commit

Permalink
feature/deseng695: Removed blank labels from contact form.
Browse files Browse the repository at this point in the history
  • Loading branch information
jareth-whitney committed Oct 3, 2024
1 parent bd97069 commit bf75d52
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ const AddContactDrawer = () => {
id="contact-name"
data-testid="contact-form/name"
variant="outlined"
label=" "
InputLabelProps={{
shrink: false,
}}
Expand Down Expand Up @@ -207,7 +206,6 @@ const AddContactDrawer = () => {
data-testid="contact-form/phone"
aria-label="Phone: optional."
variant="outlined"
label=" "
InputLabelProps={{
shrink: false,
}}
Expand All @@ -223,7 +221,6 @@ const AddContactDrawer = () => {
data-testid="contact-form/email"
aria-label="Email: optional."
variant="outlined"
label=" "
InputLabelProps={{
shrink: false,
}}
Expand All @@ -241,7 +238,6 @@ const AddContactDrawer = () => {
data-testid="contact-form/address"
aria-label="Address: optional."
variant="outlined"
label=" "
InputLabelProps={{
shrink: false,
}}
Expand All @@ -257,7 +253,6 @@ const AddContactDrawer = () => {
data-testid="contact-form/bio"
aria-label="Biography: optional."
variant="outlined"
label=" "
InputLabelProps={{
shrink: false,
}}
Expand Down

0 comments on commit bf75d52

Please sign in to comment.