1
0
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:
Thomas Heartman 2024-04-10 12:36:09 +02:00 committed by GitHub
parent f3cd1be9df
commit 70eb463443
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -297,7 +297,7 @@ export const ProjectFeatureToggles = ({
stale: false, stale: false,
environments: [ environments: [
{ {
name: 'production', name: 'development',
enabled: false, enabled: false,
}, },
{ {