Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(frontend): Allow importing agent file with empty description (#8670)
Check structure of agent file with `obj[key] != null` rather than `!!obj[key]` to allow empty strings
- Loading branch information