@csmart/ngc-smart-victim 1.13.6 → 1.13.9
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2020/lib/smart-victim-detail/smart-victim-detail.component.mjs +3 -1
- package/esm2020/lib/smart-victim.component.mjs +2 -2
- package/fesm2015/csmart-ngc-smart-victim.mjs +3 -1
- package/fesm2015/csmart-ngc-smart-victim.mjs.map +1 -1
- package/fesm2020/csmart-ngc-smart-victim.mjs +3 -1
- package/fesm2020/csmart-ngc-smart-victim.mjs.map +1 -1
- package/package.json +1 -1
@@ -973,6 +973,8 @@ class SmartVictimDetailComponent {
|
|
973
973
|
}
|
974
974
|
else {
|
975
975
|
this.addressComponent.reset();
|
976
|
+
this.editVictim.allowCsosaContactFlag = false;
|
977
|
+
this.addressId = null;
|
976
978
|
}
|
977
979
|
}
|
978
980
|
onAddressChange(addressId) {
|
@@ -1824,7 +1826,7 @@ class NgcSmartVictimComponent {
|
|
1824
1826
|
console.log("smart-victim ngOnInit");
|
1825
1827
|
console.log(this.intakeFlag);
|
1826
1828
|
console.log(myPath);
|
1827
|
-
if (this.intakeFlag) {
|
1829
|
+
if (this.intakeFlag == "true") {
|
1828
1830
|
this.isIntake = true;
|
1829
1831
|
}
|
1830
1832
|
this.displayedColumns = ["lastName", "firstName"];
|