mftsccs-browser 1.1.44-beta → 1.1.45-beta
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/main.bundle.js
CHANGED
|
@@ -18076,6 +18076,7 @@ class Validator {
|
|
|
18076
18076
|
let type_concept_id = type_concept.id;
|
|
18077
18077
|
// Check if the concept exists for the provided value and type_concept_id
|
|
18078
18078
|
let concept = yield (0,_app__WEBPACK_IMPORTED_MODULE_0__.GetConceptByCharacterAndType)(value, type_concept_id);
|
|
18079
|
+
console.log("This is the concept for validator", concept);
|
|
18079
18080
|
if (concept.id > 0) {
|
|
18080
18081
|
return false;
|
|
18081
18082
|
}
|