main #36
Reference in New Issue
Block a user
Delete Branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The /api/items/{pn}/projects endpoint returns Project objects ({id, code, name, created_at}), but MainTab typed them as string[]. React error #31 was thrown when trying to render the object as a child node. Change itemProjects state from string[] to Project[] and use proj.code in all rendering and comparison logic. Closes #33