Give the user four standard environments
This commit is contained in:
parent
7740758cf0
commit
b58a2666ca
@ -29,7 +29,7 @@ export default {
|
|||||||
const environments = (
|
const environments = (
|
||||||
environment_names.length > 0
|
environment_names.length > 0
|
||||||
? environment_names
|
? environment_names
|
||||||
: [""]
|
: ["Development", "Testing", "Staging", "Production"]
|
||||||
).map(createEnvironment)
|
).map(createEnvironment)
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user