atasoya
atasoya
**Describe the bug** When getAll query is overrode and custom logic requires arguments from client, wasp doesn't let to provide arguments. **To Reproduce** Steps to reproduce the behavior: 1. Create...
Added `Backpex.Fields.CheckboxGroup` that is 100% compatible with existing `Backpex.Fields.MultiSelect`. It also has a 'columns' parameter to render checkboxes in the specified number of columns. Also added to the demo app...
Used arrow function for `unauthorizedResponse` for consistency.