@paperless/angular 0.1.0-alpha.406 → 0.1.0-alpha.408

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.
@@ -2155,7 +2155,7 @@ let BaseTableComponent = class BaseTableComponent extends BaseFormComponent {
2155
2155
  });
2156
2156
  this._refresh();
2157
2157
  }
2158
- resetTable(emitEvent = true, forceRefresh = null) {
2158
+ resetTable(emitEvent = true, forceRefresh = false) {
2159
2159
  this._setTableValues(this.parsedDefaultTableValues, emitEvent);
2160
2160
  if (forceRefresh) {
2161
2161
  this._refresh();