Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes a bug where the ProfileSelector component is trying to set the query expression before it has been successfully fetched from the URL. Adding an early return to the useEffect, and adding `queryExpression` to the dependency array fixes this.
- Loading branch information