fix: provider yaml inital value

This commit is contained in:
jialin
2026-02-12 12:20:05 +08:00
parent 978d327bcd
commit 9cb7145b4e
8 changed files with 12 additions and 11 deletions
@@ -14,8 +14,6 @@ const useFinishFailed = (options: FinishFailedOptions) => {
const handleOnFinishFailed = (errorInfo: any) => {
const { errorFields } = errorInfo;
console.log('Finish failed:', errorInfo);
if (errorFields && errorFields.length > 0) {
const collapseKeys: { sort: number; key: string }[] = [];
const names = errorFields.map((item: any) => item.name[0]);