Skip to content

Commit

Permalink
[WebProfilerBundle] Fix profile search bar link query params
Browse files Browse the repository at this point in the history
  • Loading branch information
HeahDude committed Aug 28, 2022
1 parent 81a2a6c commit c09e7a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
{{ include('@WebProfiler/Icon/search.svg') }} <span class="hidden-small">Search</span>
</a>

{{ render(controller('web_profiler.controller.profiler::searchBarAction', request.query.all)) }}
{{ render(controller('web_profiler.controller.profiler::searchBarAction', query=request.query.all)) }}
</div>
</div>

Expand Down

0 comments on commit c09e7a6

Please sign in to comment.