@nettyapps/ntybase 21.0.36 → 21.1.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.
|
@@ -2264,9 +2264,6 @@ class NettyAgGridSaveBase extends NettyAppsBase {
|
|
|
2264
2264
|
this.loadDetailData();
|
|
2265
2265
|
});
|
|
2266
2266
|
}
|
|
2267
|
-
async ngOnInit() {
|
|
2268
|
-
this.loadDetailData();
|
|
2269
|
-
}
|
|
2270
2267
|
// Controls the visibility of additional editable fields (e.g., password, extra settings)
|
|
2271
2268
|
// When true, certain input fields become visible for editing
|
|
2272
2269
|
updateValid = signal(false, ...(ngDevMode ? [{ debugName: "updateValid" }] : []));
|