area17 / twill

Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible. Chat with us on Discord at https://discord.gg/cnWk7EFv8R.
https://twillcms.com
Apache License 2.0
3.71k stars 567 forks source link

fix: Datatable and buckets filters error caused by Axios breaking changes #2520

Closed zeezo887 closed 5 months ago

zeezo887 commented 5 months ago

Description

This PR fixes the breaking changes caused by Axios update to v0.28.0, where the filters query param is provided in a bracket style instead of an object style.

Related Issues

Fixes #2518

zipavlin commented 5 months ago

OMG thank you so much! I was debugging this for so long, because I thought there was an error on my side!