fix: model parameter modal initial value (#1883)

This commit is contained in:
zxhlyh 2024-01-03 17:10:37 +08:00 committed by GitHub
commit a8ff2e95da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 4 deletions

View file

@ -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,