@djb25/digit-ui-module-ekyc 1.0.32 → 1.0.34

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.
@@ -5185,7 +5185,8 @@ const AssignEkycModal = _ref => {
5185
5185
  actionCancelLabel: "Cancel",
5186
5186
  actionCancelOnSubmit: closeModal,
5187
5187
  actionSaveLabel: "Assign " + selectedKnos.length + " KNOs",
5188
- actionSaveOnSubmit: handleAssign
5188
+ actionSaveOnSubmit: handleAssign,
5189
+ isDisabled: !(selectedKnos !== null && selectedKnos !== void 0 && selectedKnos.length)
5189
5190
  }, /*#__PURE__*/React.createElement("div", {
5190
5191
  className: "assign-knos-modal"
5191
5192
  }, /*#__PURE__*/React.createElement("div", {