Skip to content

Fix main build: add missing board assignment loading state#158

Merged
justinch4n merged 1 commit into
mainfrom
fix/board-assign-unassigned-build
Feb 22, 2026
Merged

Fix main build: add missing board assignment loading state#158
justinch4n merged 1 commit into
mainfrom
fix/board-assign-unassigned-build

Conversation

@justinch4n
Copy link
Copy Markdown
Collaborator

@justinch4n justinch4n commented Feb 22, 2026

Root Cause

Production build on main failed with TypeScript error in components/workflow/board-page.tsx:

  • Cannot find name 'isAssigningUnassigned'

Fix

  • add missing state declaration:
    • const [isAssigningUnassigned, setIsAssigningUnassigned] = useState(false);

Validation

  • npm run build passes
  • npm run dev starts successfully

@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
tasklogger Ready Ready Preview, Comment Feb 22, 2026 11:11pm

@justinch4n justinch4n merged commit bcd5a8f into main Feb 22, 2026
3 checks passed
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.

1 participant