Skip to content

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

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

fix: resolve strikethrough on Client dropdown label in Work Entries page#464
devin-ai-integration[bot] wants to merge 1 commit intomainfrom
devin/1776164817-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

The Client dropdown on the /work-entries page displayed a strikethrough on its label. The MUI outlined Select component was missing the label prop, which prevents MUI from creating a proper notch in the fieldset border for the label text. Without it, the border line renders straight through the label.

Added label="Client" to the Select component to match the existing InputLabel, consistent with how the Reports page already handles its 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 strikethrough
  • Verify the label notch is properly sized (no border clipping through label text)

Notes

  • The same pattern (label prop on Select) was already used correctly in ReportsPage.tsx — this fix brings WorkEntriesPage.tsx in line with that.

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


Open with Devin

…dropdown label

The MUI Select component in the WorkEntriesPage was missing the 'label' prop,
which prevented the outlined fieldset from creating a proper notch for the label
text. This caused the border to render through the label, creating a strikethrough
appearance.
@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