@csmart/ngc-smart-victim 1.13.6 → 1.13.7
Sign up to get free protection for your applications and to get access to all the features.
@@ -1824,7 +1824,7 @@ class NgcSmartVictimComponent {
|
|
1824
1824
|
console.log("smart-victim ngOnInit");
|
1825
1825
|
console.log(this.intakeFlag);
|
1826
1826
|
console.log(myPath);
|
1827
|
-
if (this.intakeFlag) {
|
1827
|
+
if (this.intakeFlag == "true") {
|
1828
1828
|
this.isIntake = true;
|
1829
1829
|
}
|
1830
1830
|
this.displayedColumns = ["lastName", "firstName"];
|