Commit 8b0bd6a6 by zhaochengxiang

bug fix

parent 596ddc4b
......@@ -496,6 +496,12 @@ const NotMatch = ({ item }) => {
}
}, [item])
const setArgsByParams = React.useCallback((params) => {
setArgs((prev) => {
return {...prev, ...params}
})
}, [])
const [metadataTableData, modelTableData] = React.useMemo(() => {
let newMetadataTableData = [...metadatas??[]]
let newModelTableData = [...models??[]]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment