mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
added lab search
This commit is contained in:
parent
16d12f92da
commit
ddf2b6eda3
16 changed files with 149 additions and 28 deletions
|
@ -17,6 +17,8 @@ const LabProvider: FC<LabProviderProps> = ({ children }) => {
|
|||
updates,
|
||||
sort,
|
||||
setSort,
|
||||
search,
|
||||
setSearch,
|
||||
} = useLab();
|
||||
|
||||
return (
|
||||
|
@ -31,6 +33,8 @@ const LabProvider: FC<LabProviderProps> = ({ children }) => {
|
|||
updates={updates}
|
||||
sort={sort}
|
||||
setSort={setSort}
|
||||
search={search}
|
||||
setSearch={setSearch}
|
||||
>
|
||||
{children}
|
||||
</LabContextProvider>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue