@sunbird-cb/cbp-ai 0.1.81 → 0.1.82

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.
@@ -11012,8 +11012,8 @@ class RoleMappingGenerationComponent {
11012
11012
  else {
11013
11013
  this.documents = [];
11014
11014
  this.apiLoading = false;
11015
- this.disableUploadDocument = true;
11016
- this.disableUploadDocumentOriginal = true;
11015
+ this.disableUploadDocument = false;
11016
+ this.disableUploadDocumentOriginal = false;
11017
11017
  }
11018
11018
  });
11019
11019
  }