Skip to content

fix: remove strikethrough on Client dropdown label in Work Entries dialog#459

Open
devin-ai-integration[bot] wants to merge 1 commit intomainfrom
devin/1776162963-fix-client-dropdown-strikethrough
Open

fix: remove strikethrough on Client dropdown label in Work Entries dialog#459
devin-ai-integration[bot] wants to merge 1 commit intomainfrom
devin/1776162963-fix-client-dropdown-strikethrough

Conversation

@devin-ai-integration
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration bot commented Apr 14, 2026

Summary

Fixes a visual bug on the /work-entries page where the "Client" dropdown label in the Add/Edit Work Entry dialog appeared with a strikethrough.

The MUI Select component inside the FormControl was missing the label prop. Without it, the outlined variant's <fieldset><legend> doesn't create a notch for the label text, so the border renders straight through the label — appearing as a strikethrough.

The fix adds label="Client" to the <Select>, matching the existing <InputLabel>Client</InputLabel>.

Before:
Before fix

After:
After fix

Review & Testing Checklist for Human

  • Open /work-entries, click "Add Work Entry", and visually confirm the "Client" dropdown label no longer has a line through it
  • Verify the label notch looks consistent with the other form fields (Hours, Date, Description)

Notes

  • Single-line change; follows standard MUI Select + InputLabel usage pattern per MUI docs

Link to Devin session: https://partner-workshops.devinenterprise.com/sessions/3d52befd276645399866da89e7d1d300
Requested by: @VedantKh


Open with Devin

… label

The Client dropdown in the Add/Edit Work Entry dialog had a strikethrough
appearance because the MUI Select component was missing the 'label' prop.
Without it, the outlined variant's fieldset/legend doesn't create a notch
for the label text, causing the border to render through the label.
@devin-ai-integration
Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

Copy link
Copy Markdown
Contributor Author

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants