Remove search delay in events admin screen
Previous behaviour
When searching for members in the EventAdminScreen
, there is a delay of 500 milliseconds before the search request is handled. However, this is unnecessary in this screen, since all data is already loaded in the app. Therefore, there is no risk of sending an unnecessary amount of requests.
Steps to reproduce:
- Open the events admin screen
- Search for a member
- Notice a small delay
New behaviour
There is no delay.
Steps to validate that it works:
- Open the events admin screen
- Search for a member
- Notice there is no delay