Use case:
- Author starts uploading a new release (or version), adds a tag or build
- Build gets deleted
- When submitting, though the tag or build isn't in the DB nor selectable anymore, it's still on local storage and will be submitted
Fix: Either check against valid IDs when rendering the page or clear local storage on error (first preferred).