fix: ensure that the search functions properly when it is clicked
This commit is contained in:
parent
372a5145b6
commit
fd636a4eaa
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@
|
|||
value="{{this.pageQuery}}"
|
||||
placeholder="Type to search"
|
||||
/>
|
||||
<button type="submit" onclick="search_web()">search</button>
|
||||
<button type="submit" onclick="searchWeb()">search</button>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue