osl-base-extended 1.0.22 → 1.0.23

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.
@@ -2198,7 +2198,7 @@ class OslSetup {
2198
2198
  dialogMode = 'add';
2199
2199
  _dialogRef = null;
2200
2200
  get hasForm() {
2201
- return this.formElements?.length > 0;
2201
+ return this.formElements?.length > 0 || !!this.onAddEditFn;
2202
2202
  }
2203
2203
  onSearchSetup(event) {
2204
2204
  if (this.gridRef)