mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-04 11:17:02 +02:00
* refactor: fix environment name text alignment * refactor: use rounded corners for AutocompleteBox * refactor: add tooltips to the strategy segment icons * refactor: add segment limit warnings * refactor: improve segments warning text
3 lines
83 B
TypeScript
3 lines
83 B
TypeScript
export const SEGMENT_VALUES_LIMIT = 100;
|
|
export const STRATEGY_SEGMENTS_LIMIT = 5;
|