mirror of
https://github.com/bitwarden/browser
synced 2026-02-11 22:13:32 +00:00
chore(flags): [PM-31326] Rename ipc-channel-framework feature flag
* Rename feature flag * Not sure what happened here. Renaming the class.
This commit is contained in:
@@ -15,7 +15,7 @@ export class IpcContentScriptManagerService {
|
||||
}
|
||||
|
||||
configService
|
||||
.getFeatureFlag$(FeatureFlag.IpcChannelFramework)
|
||||
.getFeatureFlag$(FeatureFlag.ContentScriptIpcChannelFramework)
|
||||
.pipe(
|
||||
mergeMap(async (enabled) => {
|
||||
if (!enabled) {
|
||||
|
||||
Reference in New Issue
Block a user