Browse Source

Merge branch 'general' of https://git.oslog.id/ordo/adw-frontend

pull/2/head
root 11 months ago
parent
commit
2437c9869c
  1. 2
      src/views/Dashboard/DashboardProject.js

2
src/views/Dashboard/DashboardProject.js

@ -709,7 +709,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