Skip to content

Commit

Permalink
remove useless parameters in layout.tpl's call to search form
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-rolland committed Aug 9, 2023
1 parent a30d2ba commit 12a73b2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions admin-dev/themes/new-theme/template/layout.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@
{render_template
smarty_template="components/layout/search_form.tpl"
twig_template="@PrestaShop/Admin/Layout/search_form.html.twig"
bo_query=$bo_query
link=$link
show_clear_btn= $show_clear_btn|default:null
search_type= $search_type|default:null
}
<button class="component-search-cancel d-none">{l|escape s='Cancel' d='Admin.Actions'}</button>
</div>
Expand Down

0 comments on commit 12a73b2

Please sign in to comment.