carriera-intern-components 1.1.169 → 1.1.170

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.
@@ -3455,7 +3455,7 @@ class DropZoneComponent {
3455
3455
  this.sanitizer = sanitizer;
3456
3456
  effect(() => {
3457
3457
  const currentFiles = this.files();
3458
- if (currentFiles.length) {
3458
+ if (currentFiles?.length) {
3459
3459
  this.docs.set(currentFiles.map((file) => ({
3460
3460
  fileName: file.fileName || '',
3461
3461
  baseName: file.fileName || '',