ngx-wapp-components 2.3.6-alpha.2 → 2.3.7-alpha.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.
@@ -7032,7 +7032,7 @@ class WImageFileUploaderComponent {
7032
7032
  base64: images.base64,
7033
7033
  name: this.sanitizeImageName(images.name),
7034
7034
  fileBase64: images.fileBase64,
7035
- ...(images.position !== undefined && { position: images.position }),
7035
+ ...(this.activePositionProperty ? { position: 0 } : null),
7036
7036
  ...(this.activeTypeMediaProperty ? { typeMedia: TypeMedia.Image } : null)
7037
7037
  }];
7038
7038
  }