♻️(features) rename "TEAMS" flag

To match recent changes we rename the "TEAMS" feature flag
to "TEAMS_DISPLAY".
This commit is contained in:
Quentin BEY
2024-11-14 14:20:10 +01:00
committed by BEY Quentin
parent 59f3499799
commit 90a3e26c7f
12 changed files with 38 additions and 18 deletions

View File

@@ -25,7 +25,7 @@ test.describe('Config', () => {
CONTACTS_DISPLAY: true,
MAILBOXES_CREATE: true,
TEAMS_CREATE: true,
TEAMS: true,
TEAMS_DISPLAY: true,
},
RELEASE: 'NA',
});
@@ -48,7 +48,7 @@ test.describe('Config', () => {
['en-us', 'English'],
['fr-fr', 'French'],
],
FEATURES: { TEAMS: false },
FEATURES: { TEAMS_DISPLAY: false },
},
});
} else {