This repository was archived by the owner on Apr 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
components/SidePanels/OutlinerPanel Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { BemWithSpecifiContext } from '../../../utils/bem';
99import { SidePanelsContext } from '../SidePanelsContext' ;
1010import './ViewControls.styl' ;
1111import { Filter } from '../../Filter/Filter' ;
12- import { FF_DEV_3873 , isFF } from '../../../utils/feature-flags' ;
12+ import { FF_DEV_3873 , FF_LSDV_3025 , isFF } from '../../../utils/feature-flags' ;
1313
1414const { Block, Elem } = BemWithSpecifiContext ( ) ;
1515
@@ -108,7 +108,7 @@ export const ViewControls: FC<ViewControlsProps> = ({
108108 ) }
109109 </ Elem >
110110 ) }
111- { isFF ( FF_DEV_3873 ) && (
111+ { isFF ( FF_LSDV_3025 ) && (
112112 < Filter
113113 onChange = { onFilterChange }
114114 filterData = { regions ?. regions }
Original file line number Diff line number Diff line change @@ -140,6 +140,12 @@ export const FF_DEV_3666 = 'fflag_fix_front_dev_3666_max_usages_on_region_creati
140140 */
141141export const FF_DEV_3873 = 'fflag_feat_front_dev_3873_labeling_ui_improvements_short' ;
142142
143+ /**
144+ * Filter component that filter regions on outliner component
145+ * @link https://app.launchdarkly.com/default/production/features/fflag_feat_front_lsdv_3025_outliner_filter_short
146+ */
147+ export const FF_LSDV_3025 = 'fflag_feat_front_lsdv_3025_outliner_filter_short' ;
148+
143149/**
144150 * Allow shourtcuts button to work with visible main textarea when there is no focus
145151 * @link https://app.launchdarkly.com/default/production/features/fflag_fix_front_dev_3730_shortcuts_initial_input_22122022_short
You can’t perform that action at this time.
0 commit comments