Commit e58a4fb0 authored by 牛尾巴's avatar 牛尾巴 Committed by Gitee
Browse files

Update src/steps/detail/index.tsx

parent e1402b34
Showing with 1 addition and 1 deletion
+1 -1
......@@ -233,7 +233,7 @@ export default class DetailStep extends Step<DetailConfig, DetailState> {
this.detailData[detailFieldIndex] = { status: 'error', message: validation[0].message, name: detailFieldConfig.label, hidden: false }
}
await this.setState({
formData: this.detailData
detailData: this.detailData
})
}
}
......
Supports Markdown
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