Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui): undefined reference in providers (#3618)
under specific conditions, the provider details page will throw an uncaught exception caused by `useEffect` setting `name` to undefined when provider is undefined. use a placeholder instead of setting the field value directly. this also fixes the issue where an empty value is seens as a change, enabling save.
- Loading branch information