fix: model parameter modal initial value (#1883)
This commit is contained in:
parent
4d502ea44d
commit
a8ff2e95da
4 changed files with 1 additions and 4 deletions
|
|
@ -287,7 +287,6 @@ const Metadata: FC<IMetadataProps> = ({ docDetail, loading, onUpdate }) => {
|
|||
}
|
||||
|
||||
const onSave = async () => {
|
||||
console.log('metadataParams:', metadataParams)
|
||||
setSaveLoading(true)
|
||||
const [e] = await asyncRunSafe<CommonResponse>(modifyDocMetadata({
|
||||
datasetId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue