mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-20 00:08:02 +01:00
chore: fix duplicate use of placeholder name (#6814)
Instead of using two placeholders both called "production", we rename one of them to "development"
This commit is contained in:
parent
f3cd1be9df
commit
70eb463443
@ -297,7 +297,7 @@ export const ProjectFeatureToggles = ({
|
||||
stale: false,
|
||||
environments: [
|
||||
{
|
||||
name: 'production',
|
||||
name: 'development',
|
||||
enabled: false,
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user