@paperless/angular 1.51.2 → 1.51.3

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.
@@ -4008,7 +4008,7 @@ class CustomDatePipe {
4008
4008
  constructor(_datePipe) {
4009
4009
  this._datePipe = _datePipe;
4010
4010
  }
4011
- transform(value, format = 'dd MMM yyyy') {
4011
+ transform(value, format = 'd MMM yyyy') {
4012
4012
  return this._datePipe.transform(value, format);
4013
4013
  }
4014
4014
  }