feat: Implemented filtering and searching
This commit is contained in:
parent
4806f3487a
commit
444d8c4c27
49 changed files with 841 additions and 290 deletions
|
|
@ -148,7 +148,7 @@ function EmulatorPath (data: { id: string; })
|
|||
autocomplete="off"
|
||||
onChange={(v) =>
|
||||
{
|
||||
setLocalValue(v);
|
||||
setLocalValue(v as string);
|
||||
setDirty(true);
|
||||
}}
|
||||
value={localValue}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue