tuain-ng-forms-lib 15.1.12 → 15.1.13
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.
|
@@ -3747,7 +3747,7 @@ class BasicFormComponent extends FormStructureAndData {
|
|
|
3747
3747
|
return;
|
|
3748
3748
|
}
|
|
3749
3749
|
}
|
|
3750
|
-
console.log(`startTableRecordSelection 9
|
|
3750
|
+
console.log(`startTableRecordSelection 9`);
|
|
3751
3751
|
this.startTableServerRecordSelection(tableSelectionDetail);
|
|
3752
3752
|
}
|
|
3753
3753
|
async startTableServerRecordSelection(tableSelectionDetail) {
|