fix: model parameter modal initial value (#1883)

This commit is contained in:
zxhlyh
2024-01-03 17:10:37 +08:00
committed by GitHub
parent 4d502ea44d
commit a8ff2e95da
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,