@mseva/upyog-ui-module-ads 1.1.64 → 1.1.65

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20485,7 +20485,7 @@ function NewApplicationTimeline({
20485
20485
  return normalized.reverse();
20486
20486
  };
20487
20487
  const data = useMemo(() => normalizeTimeline(workflowDetails), [workflowDetails]);
20488
- const sortedData = data || [];
20488
+ const sortedData = (data === null || data === void 0 ? void 0 : data.filter(val => !((val === null || val === void 0 ? void 0 : val.performedAction) === "SAVE_AS_DRAFT"))) || [];
20489
20489
  console.log("sortedData", sortedData);
20490
20490
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
20491
20491
  className: "custom-timeline-container"