@credithub/harlan-components 1.108.0 → 1.108.1
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.
|
@@ -36,6 +36,8 @@ import EnvolvidosList from './envolvidosList';
|
|
|
36
36
|
var isSigiloso = function (value) {
|
|
37
37
|
if (!value)
|
|
38
38
|
return false;
|
|
39
|
+
if (typeof value !== 'string')
|
|
40
|
+
return false;
|
|
39
41
|
return value.trim().toLowerCase().includes('processo sigiloso');
|
|
40
42
|
};
|
|
41
43
|
var AddProcessoJuridicoField = function (_a) {
|