mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-01 00:08:27 +01:00
ca35ca1b24
This PR makes some small changes to how we handle strategy deletion in the demo environment, which has become extra important with the recent soft limits. The changes are: - lower the strategy limit from 30 to 25. The standard limit is 30, so we want to make sure we're below that. - when checking whether we should delete a strategy, check whether we're **at or above** the limit. It used to only check if we were above, but if soft limits would prevent you from adding more, then you'd never be able to go above the limit. - Also delete strategies for step3. |
||
---|---|---|
.. | ||
accessOverview | ||
admin | ||
application | ||
archive | ||
banners | ||
changeRequest | ||
commandBar | ||
common | ||
context | ||
demo | ||
environments | ||
events | ||
feature | ||
featureTypes | ||
feedback | ||
feedbackNew | ||
filter | ||
insights | ||
integrations | ||
layout | ||
loginHistory | ||
maintenance | ||
menu | ||
playground/Playground | ||
project | ||
providers | ||
segments | ||
signals | ||
splash | ||
strategies | ||
tags | ||
user | ||
App.tsx | ||
InitialRedirect.tsx |