Skip to content

Commit

Permalink
make environments setup available in Canary and environments in gener…
Browse files Browse the repository at this point in the history
…al visible experimental but visible in stable (#2585)
  • Loading branch information
bbonaby authored Apr 11, 2024
1 parent 449ae55 commit 7101fa6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/NavConfig.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
{
"buildType": "dev",
"enabledByDefault": true,
"visible": false
"visible": true
},
{
"buildType": "canary",
Expand All @@ -55,7 +55,7 @@
{
"buildType": "stable",
"enabledByDefault": false,
"visible": false
"visible": true
}
]
},
Expand All @@ -70,13 +70,13 @@
},
{
"buildType": "canary",
"enabledByDefault": false,
"visible": false
"enabledByDefault": true,
"visible": true
},
{
"buildType": "stable",
"enabledByDefault": false,
"visible": false
"visible": true
}
]
},
Expand Down Expand Up @@ -118,7 +118,7 @@
{
"buildType": "stable",
"enabledByDefault": false,
"visible": false
"visible": true
}
]
}
Expand Down

0 comments on commit 7101fa6

Please sign in to comment.