Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 01cf4fe

Browse files
chore: LSDV-5109: Rename MIG FF key (#1383)
Update FF key
1 parent 4aa1091 commit 01cf4fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e2e/tests/image-list.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const result = [
9999

100100
Before(async ({ LabelStudio }) => {
101101
LabelStudio.setFeatureFlags({
102-
feat_front_lsdv_4583_multi_image_segmentation_short: true,
102+
fflag_feat_front_lsdv_4583_multi_image_segmentation_short: true,
103103
});
104104
});
105105

src/utils/feature-flags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ export const FF_LSDV_1148 = 'fflag_fix_font_lsdv_1148_hotkeys_namespaces_0102202
179179
/**
180180
* Multi-image segmentation support via `valueList`
181181
*/
182-
export const FF_LSDV_4583 = 'feat_front_lsdv_4583_multi_image_segmentation_short';
182+
export const FF_LSDV_4583 = 'fflag_feat_front_lsdv_4583_multi_image_segmentation_short';
183183

184184
/**
185185
* Enables new way of preloading/cacheing images

0 commit comments

Comments
 (0)