@corp-products/ui-components 4.3.3 → 4.3.4

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.
@@ -2477,7 +2477,7 @@ class ConfirmationDialogComponent extends DynamicDialogRef {
2477
2477
  if (this.dialogFormData?.formGroup?.invalid) {
2478
2478
  return true;
2479
2479
  }
2480
- if (this.hasFileUpload && (this.uploadState.isUploading || !this.uploadState.documentId)) {
2480
+ if (this.uploadState.isUploading) {
2481
2481
  return true;
2482
2482
  }
2483
2483
  return false;