mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 18:16:00 +00:00
fix
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
export let placeholder;
|
||||
export let value;
|
||||
|
||||
$: searchValue = value;
|
||||
$: searchValue = value || '';
|
||||
export let isDebounced = false;
|
||||
|
||||
let domInput;
|
||||
|
||||
Reference in New Issue
Block a user