custom search names

This commit is contained in:
relaxed 2025-01-09 21:41:03 +05:00
parent dde4c7f37d
commit 14f7b1231f
2 changed files with 1 additions and 1 deletions

View File

@ -39,6 +39,7 @@
bind:current_item
bind:search_query_result
{joins}
{search_names}
{ex_params}
{columns}
{current_table}

View File

@ -1,6 +1,5 @@
<script>
import Button from "./Button.svelte";
import ViewTable from "../shorts/ViewTable.svelte";
export let is_searching = false;