chore: download log display

This commit is contained in:
jialin
2024-09-11 10:00:48 +08:00
parent 7ba7f57b05
commit 30e4e1aa1e
4 changed files with 113 additions and 15 deletions
@@ -121,10 +121,13 @@ const SearchModel: React.FC<SearchInputProps> = (props) => {
[dataSource]
);
const handlerSearchModels = async (e: any) => {
searchInputRef.current = e.target.value;
handleOnSearchRepo();
};
const handlerSearchModels = useCallback(
async (e: any) => {
searchInputRef.current = e.target.value;
handleOnSearchRepo();
},
[handleOnSearchRepo]
);
const handleOnOpen = () => {
if (