Commit Graph
1 Commits
Author SHA1 Message Date
Guillaume PUTIER 28ee4c9137 fix: increase website selector dropdown limit from 10 to 100
The WebsiteSelect component had a hardcoded pageSize of 10, which meant
users with more than 10 websites could not see all of them in the
dropdown. The list container already has maxHeight: 400px with scroll,
so a higher limit doesn't affect the UI.

Fixes #4128
2026-04-02 14:09:18 +02:00