|
|
|
|
@ -180,7 +180,6 @@ const renderRegularNodeHandles = (dataIns: any[], dataOuts: any[], apiIns: any[]
|
|
|
|
|
|
|
|
|
|
const formatFooter = (data: any) => {
|
|
|
|
|
try {
|
|
|
|
|
console.log('data:', data);
|
|
|
|
|
switch (data?.type) {
|
|
|
|
|
case 'WAIT':
|
|
|
|
|
const { duration } = deserializeValue(data.customDef);
|
|
|
|
|
|