diff --git a/cra-client/src/components/Dino/components/details-panel/ServerConfigEventBusDisplay.js b/cra-client/src/components/Dino/components/details-panel/ServerConfigEventBusDisplay.js index 20cca381..acfd6aec 100644 --- a/cra-client/src/components/Dino/components/details-panel/ServerConfigEventBusDisplay.js +++ b/cra-client/src/components/Dino/components/details-panel/ServerConfigEventBusDisplay.js @@ -22,9 +22,9 @@ export default function ServerConfigEventBusDisplay(props) { diff --git a/cra-client/src/components/Dino/components/details-panel/ServerConfigRepositoryServicesDisplay.js b/cra-client/src/components/Dino/components/details-panel/ServerConfigRepositoryServicesDisplay.js index 8770bd7c..18bf3ec4 100644 --- a/cra-client/src/components/Dino/components/details-panel/ServerConfigRepositoryServicesDisplay.js +++ b/cra-client/src/components/Dino/components/details-panel/ServerConfigRepositoryServicesDisplay.js @@ -141,12 +141,12 @@ export default function ServerConfigRepositoryServicesDisplay(props) { return (
- Connector Provider : {tc.connectorType.connectorProviderClassName} + Connector Provider : {tc !== undefined && tc.connectorType !== undefined ? tc.connectorType.connectorProviderClassName : blank}
Embedded Connections :