### New Issue Checklist <!-- Check every following box [x] before submitting your issue. Click the "Preview" tab for better readability. Thanks for contributing to Parse Platform! --> - [x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [x] I am not just asking a [question](https://github.com/parse-community/.github/blob/master/SUPPORT.md). - [x] I have searched through [existing issues](https://github.com/parse-community/parse-dashboard/issues?q=is%3Aissue). - [x] I can reproduce the issue with the latest versions of [Parse Server](https://github.com/parse-community/parse-server/releases) and [Parse Dashboard](https://github.com/parse-community/parse-dashboard/releases). <!-- We don't investigate issues for outdated releases. --> ### Issue Description Dashboard crashes when setting a filter `unique` for a field of type Pointer. ### Steps to reproduce 1. Open class with Pointer field in data browser. 2. Set filter `unique` on Pointer field. 3. Dashboard crashes. ### Environment <!-- Be specific with versions, don't use "latest" or semver ranges like "~x.y.z" or "^x.y.z". --> Dashboard - Parse Dashboard version: `6.0.0-alpha.28` ### Logs <!-- Include relevant logs here. Turn on additional logging by configuring VERBOSE=1 in your environment. If you get a Browser JavaScript error run `npm run dev` to see source maps and a more detailed stack trace. --> ``` TypeError: l.get is not a function. (In 'l.get("username")', 'l.get' is undefined) ```
New Issue Checklist
Issue Description
Dashboard crashes when setting a filter
uniquefor a field of type Pointer.Steps to reproduce
uniqueon Pointer field.Environment
Dashboard
6.0.0-alpha.28Logs