Skip to content

refactor: OPTIC-931: Remove Stale Feature Flag - ff_back_1614_rejecte… #6136

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion label_studio/core/feature_flags/stale_feature_flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
'ff_dev_2007_dev_2008_dynamic_tag_children_250322_short': True,
'ff_front_dev_1598_empty_toname_240222_short': True,
'ff_front_dev_1372_visible_when_choice_unselected_11022022_short': True,
'ff_back_1614_rejected_queue_17022022_short': True,
'ff_front_dev_1621_interactive_mode_150222_short': True,
'ff_front_DEV_1507_stuck_userpic_210122_short': True,
'ff_front_dev_1566_shortcuts_in_results_010222_short': True,
Expand Down
2 changes: 0 additions & 2 deletions web/apps/labelstudio/src/utils/feature-flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ export const FF_DEV_1480 = "ff_front_dev_1480_created_on_in_review_180122_short"
export const FF_DEV_1495 = "ff_front_dev_1495_avatar_mess_210122_short";
// Notifications
export const FF_DEV_1658 = "ff_front_dev_1658_notification_center_170222_short";
// Add rejected icon on the cards
export const FF_DEV_1614 = "ff_back_1614_rejected_queue_17022022_short";
// Model version selector per model backend
export const FF_DEV_1682 = "ff_front_dev_1682_model_version_dropdown_070622_short";
// Project list performance improvements
Expand Down
Loading