Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui): set project to empty string if undefined (#18732)
There are some situations where the project will be `undefined`. When that happens, attempting to delete a repo won't be possible, since the backend will be looking for a project with the literal name `undefined`. To fix this, set an empty string for `undefined|null` values. Signed-off-by: Blake Pettersson <[email protected]>
- Loading branch information