Matt 7faeb9b3f0
Some checks failed
Build and Push Docker Images / docker (push) Failing after 2m8s
Fix TypeScript type error in demo page - change project IDs from number to string
Changed all project IDs in mock data from numeric type (1, 2, 3, 4) to string type ('1', '2', '3', '4') to match the OffsetProject interface which expects string IDs.

This resolves the Docker build error:
Type 'number' is not assignable to type 'string' at line 312

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-03 15:45:34 +01:00
..