@camunda/camunda-composite-components 0.23.0 → 0.23.1
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.
package/lib/esm/package.json
CHANGED
|
@@ -137,8 +137,8 @@ export const C3NavigationAppBar = ({ app: appProps, appBar, forwardRef, navbar,
|
|
|
137
137
|
optimize: status?.optimizeUrl,
|
|
138
138
|
console: '',
|
|
139
139
|
modeler: '',
|
|
140
|
-
identity: '',
|
|
141
|
-
admin: '',
|
|
140
|
+
identity: status?.identityUrl ?? '',
|
|
141
|
+
admin: status?.identityUrl ?? '',
|
|
142
142
|
};
|
|
143
143
|
const expectedStatus = {
|
|
144
144
|
tasklist: status?.tasklistStatus,
|
|
@@ -148,7 +148,7 @@ export const C3NavigationAppBar = ({ app: appProps, appBar, forwardRef, navbar,
|
|
|
148
148
|
modeler: '',
|
|
149
149
|
identity: '',
|
|
150
150
|
admin: '',
|
|
151
|
-
zeebe: '',
|
|
151
|
+
zeebe: status?.zeebeStatus ?? '',
|
|
152
152
|
};
|
|
153
153
|
const affectedCluster = {
|
|
154
154
|
uuid: clusterDto.uuid,
|