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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.21",
2
+ "version": "2.0.22",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -169,6 +169,7 @@ export const SelfProtocolManager = ({
169
169
  buttonIcon={<SendIcon />}
170
170
  onClick={() => sendTask(task)}
171
171
  isDisabled={getIsTaskDisabled(task)}
172
+ isDisplay={true}
172
173
  />
173
174
  );
174
175
  } else if (task.type === 'scenario') {