Skip to content

Fix: Remove strikethrough on Client dropdown label in Work Entries page#484

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

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

Adds the missing label="Client" prop to the MUI <Select> component in the "Add/Edit Work Entry" dialog on the /work-entries page.

Without this prop, MUI's outlined variant doesn't create a notch in the fieldset border around the <InputLabel> text, causing the border to render through the label — appearing as a strikethrough.

Before:
Before fix

After:
After fix

Note: The Reports page (ReportsPage.tsx) already had the label prop set correctly on its Select component — only WorkEntriesPage.tsx was affected.

Review & Testing Checklist for Human

  • Open /work-entries, click "Add Work Entry", and verify the "Client" dropdown label no longer has a strikethrough
  • Verify the label behaves correctly when a client is selected (label should shrink and remain in the notch)

Notes

  • Single-line fix: added label="Client" to the <Select> component to match the existing <InputLabel>Client</InputLabel>

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


Open with Devin

…own label

The MUI Select component in the Add Work Entry dialog was missing the
label prop. Without it, the outlined variant's fieldset border doesn't
create a notch around the InputLabel text, causing the border to render
through the label — appearing as a strikethrough.
@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