Skip to content

fix: resolve strikethrough on Client dropdown label in Work Entries page#479

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

fix: resolve strikethrough on Client dropdown label in Work Entries page#479
devin-ai-integration[bot] wants to merge 1 commit intomainfrom
devin/1776237870-fix-client-dropdown-strikethrough

Conversation

@devin-ai-integration
Copy link
Copy Markdown
Contributor

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

Summary

Fixes a UI bug on the /work-entries page where the "Client" dropdown label appeared with a strikethrough line through it.

Root cause: The MUI <Select> component was missing the label prop. In MUI's outlined variant, Select needs a label prop matching the <InputLabel> text so it can create a notch in the fieldset border for the label. Without it, the border renders straight through the label text, producing the strikethrough visual artifact.

Fix: Added label="Client" to the <Select> component.

Before

Before fix

After

After fix

Review & Testing Checklist for Human

  • Open the /work-entries page, click "Add Work Entry", and verify the "Client" dropdown label no longer has a line through it
  • Verify the label still floats correctly when a client is selected from the dropdown

Notes

  • One-line change; lint passes cleanly
  • You may want to audit other Select components in the codebase for the same missing label prop pattern

Link to Devin session: https://partner-workshops.devinenterprise.com/sessions/1cb8983a95dc4e448f150b0deada1438


Open with Devin

…through

The MUI Select component was missing the 'label' prop, which caused the
outlined fieldset border to render through the InputLabel text, creating
a visual strikethrough effect on the 'Client' dropdown label in the
Add/Edit Work Entry dialog.
@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 potential bugs to report.

View in Devin Review to see 1 additional finding.

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