mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
fix env color (#6377)
This commit is contained in:
parent
4f58f71001
commit
606439aec6
@ -583,6 +583,7 @@ export const Debug: FC = () => {
|
||||
const environmentsList = [baseEnvironment, ...subEnvironments].map(e => ({
|
||||
id: e._id,
|
||||
name: e.name,
|
||||
color: e.color,
|
||||
}));
|
||||
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user