fix validation reactions
This commit is contained in:
parent
95bb7e0132
commit
441c19b49e
@ -27,6 +27,9 @@ export default function reactions(context: ProcessContext) {
|
||||
});
|
||||
});
|
||||
}
|
||||
},
|
||||
{
|
||||
delay: 100,
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
@ -27,6 +27,9 @@ export default function reactions(context: ProcessContext) {
|
||||
});
|
||||
});
|
||||
}
|
||||
},
|
||||
{
|
||||
delay: 100,
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
@ -508,6 +508,9 @@ export function validation(context: ProcessContext) {
|
||||
});
|
||||
});
|
||||
}
|
||||
},
|
||||
{
|
||||
delay: 100,
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
@ -159,7 +159,7 @@ export function validation(context: ProcessContext) {
|
||||
}
|
||||
},
|
||||
{
|
||||
delay: 50,
|
||||
delay: 100,
|
||||
equals: comparer.structural,
|
||||
}
|
||||
);
|
||||
|
||||
@ -58,6 +58,9 @@ export default function reactions(context: ProcessContext) {
|
||||
});
|
||||
});
|
||||
}
|
||||
},
|
||||
{
|
||||
delay: 100,
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
@ -49,7 +49,7 @@ export default function reactions(context: ProcessContext) {
|
||||
}
|
||||
},
|
||||
{
|
||||
delay: 50,
|
||||
delay: 100,
|
||||
equals: comparer.structural,
|
||||
}
|
||||
);
|
||||
|
||||
@ -37,6 +37,9 @@ export default function reactions(context: ProcessContext) {
|
||||
});
|
||||
});
|
||||
}
|
||||
},
|
||||
{
|
||||
delay: 100,
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
@ -273,6 +273,9 @@ export function validation(context: ProcessContext) {
|
||||
});
|
||||
});
|
||||
}
|
||||
},
|
||||
{
|
||||
delay: 100,
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user