@uipath/apollo-react 3.39.0 → 3.41.0
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.
|
@@ -456,6 +456,7 @@ const StageNodeComponent = (props)=>{
|
|
|
456
456
|
onClick: handleTaskAddClick,
|
|
457
457
|
size: "small",
|
|
458
458
|
disabled: addTaskLoading,
|
|
459
|
+
label: addTaskLabel,
|
|
459
460
|
children: addTaskLoading ? /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_material_index_cjs_namespaceObject.ApCircularProgress, {
|
|
460
461
|
size: 20
|
|
461
462
|
}) : /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_material_index_cjs_namespaceObject.ApIcon, {
|
|
@@ -428,6 +428,7 @@ const StageNodeComponent = (props)=>{
|
|
|
428
428
|
onClick: handleTaskAddClick,
|
|
429
429
|
size: "small",
|
|
430
430
|
disabled: addTaskLoading,
|
|
431
|
+
label: addTaskLabel,
|
|
431
432
|
children: addTaskLoading ? /*#__PURE__*/ jsx(ApCircularProgress, {
|
|
432
433
|
size: 20
|
|
433
434
|
}) : /*#__PURE__*/ jsx(ApIcon, {
|