Skip to content
Snippets Groups Projects

Resolve "Add shipping into the data portal via iframe"

Closed Alejandro De Maria Antolinos requested to merge 14-add-shipping-into-the-data-portal into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -28,7 +28,7 @@ function ShippingEmbedded() {
id="testId"
src={`${UI.apps.logistics.url}/investigation/${investigationId}`}
title="description"
style={{ width: '100%' }}
style={{ width: '100%', height: '600px' }}
></iframe>
</Col>
</Row>
Loading