This commit is contained in:
parent
2fbf8a7dc8
commit
50777bd8b7
|
|
@ -31,7 +31,7 @@ const HomeContext = createContext<HomeContextType | undefined>(undefined);
|
|||
* 当选择category时,清空label
|
||||
* 也就是搜索和选择label/category是互斥的,但是可以在选择category的基础上再选择label
|
||||
* @param param0
|
||||
* @returns
|
||||
* @returns HomeContext.Provider
|
||||
*/
|
||||
export const HomeProvider: React.FC<{
|
||||
children: React.ReactNode;
|
||||
|
|
|
|||
Loading…
Reference in New Issue