BULL-1233 | Bugfix - Users are put in Executive Leadership by default
The update in this merge request prevents showing users as executive leadership personnel.
The fault resided in the typo of "EXECUTIVE_LEADERSIP". Since the typo occurred, the request sent to the backend does not match "EXECUTIVE_LEADERSHIP". Which then results in the backend doing a simple default query that retrieves all users since the "WHERE" part of the query is empty.
Edited by Baban Faraj