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.
- package/dist/odaptos_design_system.cjs.development.js +2 -1
- package/dist/odaptos_design_system.cjs.development.js.map +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js.map +1 -1
- package/dist/odaptos_design_system.esm.js +2 -1
- package/dist/odaptos_design_system.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Molecules/Interviews/SelfProtocolManager.tsx +1 -0
|
@@ -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, {
|