Skip to content

Commit 33b9aa6

Browse files
authored
refactor: OPTIC-931: Remove Stale Feature Flag - ff_back_1614_rejecte… (#6136)
Co-authored-by: Raul Martin <[email protected]>
1 parent 299078a commit 33b9aa6

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

label_studio/core/feature_flags/stale_feature_flags.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
'ff_dev_2007_dev_2008_dynamic_tag_children_250322_short': True,
6565
'ff_front_dev_1598_empty_toname_240222_short': True,
6666
'ff_front_dev_1372_visible_when_choice_unselected_11022022_short': True,
67-
'ff_back_1614_rejected_queue_17022022_short': True,
6867
'ff_front_dev_1621_interactive_mode_150222_short': True,
6968
'ff_front_DEV_1507_stuck_userpic_210122_short': True,
7069
'ff_front_dev_1566_shortcuts_in_results_010222_short': True,

web/apps/labelstudio/src/utils/feature-flags.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ export const FF_DEV_1480 = "ff_front_dev_1480_created_on_in_review_180122_short"
88
export const FF_DEV_1495 = "ff_front_dev_1495_avatar_mess_210122_short";
99
// Notifications
1010
export const FF_DEV_1658 = "ff_front_dev_1658_notification_center_170222_short";
11-
// Add rejected icon on the cards
12-
export const FF_DEV_1614 = "ff_back_1614_rejected_queue_17022022_short";
1311
// Model version selector per model backend
1412
export const FF_DEV_1682 = "ff_front_dev_1682_model_version_dropdown_070622_short";
1513
// Project list performance improvements

0 commit comments

Comments
 (0)