@uipath/apollo-react 3.45.1-pr280.8f162e1 → 3.45.1-pr280.c6309e0
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.
|
@@ -371,7 +371,7 @@ const ResourceNode = /*#__PURE__*/ (0, external_react_namespaceObject.memo)(({ d
|
|
|
371
371
|
]);
|
|
372
372
|
const statusAdornment = (0, external_react_namespaceObject.useMemo)(()=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(ExecutionStatusIcon_cjs_namespaceObject.ExecutionStatusIcon, {
|
|
373
373
|
status: executionStatus,
|
|
374
|
-
size:
|
|
374
|
+
size: 16
|
|
375
375
|
}), [
|
|
376
376
|
executionStatus
|
|
377
377
|
]);
|
|
@@ -343,7 +343,7 @@ const ResourceNode = /*#__PURE__*/ memo(({ data, selected, id, mode, hasError =
|
|
|
343
343
|
]);
|
|
344
344
|
const statusAdornment = useMemo(()=>/*#__PURE__*/ jsx(ExecutionStatusIcon, {
|
|
345
345
|
status: executionStatus,
|
|
346
|
-
size:
|
|
346
|
+
size: 16
|
|
347
347
|
}), [
|
|
348
348
|
executionStatus
|
|
349
349
|
]);
|