We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc00bd commit e5d9ac1Copy full SHA for e5d9ac1
sqlpage/templates/shell.handlebars
@@ -66,7 +66,7 @@
66
{{/each}}
67
</ul>
68
{{#if search_target}}
69
- <form class="d-flex" role="search" target="{{search_target}}">
+ <form class="d-flex" role="search" action="{{search_target}}">
70
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search"
71
name="search">
72
<button class="btn btn-outline-success" type="submit">Search</button>
0 commit comments