Dawid Goraj

Results 3 comments of Dawid Goraj

Seems a new wrapper function `default` was added, you can still access `common` props like this: ``` window.axios = require('axios'); window.axios.default.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest'; ``` ![image](https://user-images.githubusercontent.com/26321350/200822925-135778e0-8aa0-4d64-a3dc-8e061e40eb81.png) Worked for me.

I was able to fix it. You need to change your index method of VoyagerBaseController and replace: ``` if ($dataType->server_side) { $searchNames = $dataType->browseRows->mapWithKeys(function ($row) { return [$row['field'] => $row->getTranslatedAttribute('display_name')];...

I see your point, thank you! I will check that PR.