inertiajs / inertia-django

The Django adapter for Inertia.js
MIT License
326 stars 32 forks source link

Replace hardcoded component in test with argument #19

Closed nootr closed 1 year ago

nootr commented 1 year ago

The inertia_page method currently doesn't use the component that's given as an argument. This commit fixes that.