Merge branch 'feature/store' of github.com:logspace-ai/langflow into feature/store
This commit is contained in:
commit
3584fab652
5 changed files with 34 additions and 10 deletions
|
|
@ -99,7 +99,7 @@ export default function ExtraSidebar(): JSX.Element {
|
|||
setFilterData(data);
|
||||
setSearch("");
|
||||
}
|
||||
}, [getFilterEdge]);
|
||||
}, [getFilterEdge, data]);
|
||||
|
||||
useEffect(() => {
|
||||
handleSearchInput(search);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue