odaptos_design_system 2.0.84 → 2.0.85
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 +1 -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 +1 -1
- package/dist/odaptos_design_system.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Molecules/Interviews/SelfPrortocolTaskContainer.tsx +4 -2
|
@@ -12432,7 +12432,7 @@ const SelfProtocolTaskContainer = ({
|
|
|
12432
12432
|
text: ctaText,
|
|
12433
12433
|
onClick: () => onClick(),
|
|
12434
12434
|
iconRight: buttonIcon,
|
|
12435
|
-
className:
|
|
12435
|
+
className: `uf-send-task-container-btn-${elementIdx} ${styles$m.cta_button}`,
|
|
12436
12436
|
disabled: isDisabled
|
|
12437
12437
|
}));else return null;
|
|
12438
12438
|
};
|