Skip to content

Commit

Permalink
Remove live update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Pesce committed Jun 27, 2023
1 parent 1a8ebc7 commit d9f1d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/ResourceSearchBar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
{/each}
</select>
<form
on:keyup|preventDefault="{async (e) => {
on:submit|preventDefault="{async (e) => {
try {
if (searchType == 'String') {
searchFilter = await rootResource.search_for_string(
Expand Down

0 comments on commit d9f1d14

Please sign in to comment.