paljs / prisma-tools

Prisma tools to help you generate CRUD system for GraphQL servers
https://paljs.com
MIT License
680 stars 55 forks source link

[bug][admin] Filter breaks application after adding second filter when first not completed #267

Closed Cauen closed 2 years ago

Cauen commented 2 years ago

When we apply a second filter before complete first, application breaks trying to access id of the filter, inside filter list.

image

I've just fixed that error and will send a PR.