Browse Source

gantt check hierarchy

pull/1/head
wahyu 11 months ago
parent
commit
35366b9cd7
  1. 2
      src/views/Dashboard/DashboardProject.js

2
src/views/Dashboard/DashboardProject.js

@ -710,7 +710,7 @@ const DashboardProject = () => {
// Send the URL back to the iframe // Send the URL back to the iframe
event.source.postMessage( event.source.postMessage(
{ action: "sendUrl", url: childUrl }, { action: "sendUrl", url: childUrl, isHierarchy: isHierarchy },
event.origin event.origin
); );
} }

Loading…
Cancel
Save