Feature flag UI is capped at showing/searching up to 300 flags #25214
Labels
bug
Something isn't working right
feature/feature-flags
Feature Tag: Feature flags
team/feature-flags
Uh oh!
There was an error while loading. Please reload this page.
Bug description
The feature flag UI loads a maximum of 300 flags. Managing more flags than this through the API works just fine, but not having the convenient dashboard UI is pretty inconvenient.
This limit is hardcoded here:
posthog/frontend/src/scenes/feature-flags/featureFlagsLogic.ts
Lines 52 to 55 in 0a3e220
How to reproduce
LIMIT
(nothing will be found)Additional context
I originally raised this limit in a community question.
Debug info
No response
The text was updated successfully, but these errors were encountered: