chore: offboard hide dim mea flags (#1699)

This commit is contained in:
Jingjing Xie
2025-03-26 16:26:58 +01:00
committed by GitHub
parent 3619620236
commit 521828efe1
2 changed files with 0 additions and 4 deletions

View File

@@ -208,8 +208,6 @@ describe('nucleus', () => {
test('should allow for default flags and overrides', () => {
const defaultFlags = {
KPI_REACTCOLORPICKER: true,
IM_1869_HIDE_DIM_MEA_LINE: true,
IM_1579_HIDE_DIM_MEA: true,
CLIENT_IM_3365: true,
};
const nuked = Nuked.createConfiguration({ flags: { foo: true } });

View File

@@ -125,8 +125,6 @@ const DEFAULT_CONFIG = {
anything: {},
flags: {
KPI_REACTCOLORPICKER: true,
IM_1869_HIDE_DIM_MEA_LINE: true,
IM_1579_HIDE_DIM_MEA: true,
CLIENT_IM_3365: true,
},
snapshot: DEFAULT_SNAPSHOT_CONFIG,