odaptos_design_system 2.0.21 → 2.0.22

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.
@@ -11930,7 +11930,8 @@ const SelfProtocolManager = ({
11930
11930
  ctaText: texts.nextTaskCTA,
11931
11931
  buttonIcon: /*#__PURE__*/React__default.createElement(SendIcon, null),
11932
11932
  onClick: () => sendTask(task),
11933
- isDisabled: getIsTaskDisabled(task)
11933
+ isDisabled: getIsTaskDisabled(task),
11934
+ isDisplay: true
11934
11935
  });
11935
11936
  } else if (task.type === 'scenario') {
11936
11937
  return /*#__PURE__*/React__default.createElement(SelfProtocolTaskContainer, {