Rename feature flag for use in both code paths
This commit is contained in:
parent
7da9e0582f
commit
73fc91aa20
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ export const SETTINGS = {
|
|||
},
|
||||
"feature_ftue_dms": {
|
||||
isFeature: true,
|
||||
displayName: _td("New DM invite dialog (under development)"),
|
||||
displayName: _td("New invite dialog"),
|
||||
supportedLevels: LEVELS_FEATURE,
|
||||
default: false,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue