barsa-develop-components 1.0.421 → 1.0.422

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.
@@ -1675,7 +1675,7 @@ class UlvContextMenuItemShowFileContentComponent extends BaseFormToolbaritemProp
1675
1675
  this.iconOnly = this.parameters.IconOnly;
1676
1676
  this.fileType = this._reportValuePipe.transform(this.parameters.FieldType, mo, this.allColumns); // نوع
1677
1677
  this.file = this._reportValuePipe.transform(this.parameters.FieldFile, mo, this.allColumns);
1678
- this.videoUrl = this._reportValuePipe.transform(this.parameters.FieldVideoUr, mo, this.allColumns);
1678
+ this.videoUrl = this._reportValuePipe.transform(this.parameters.FieldVideoUrl, mo, this.allColumns);
1679
1679
  if (this.fileType === '1' && this.file.Files?.length === 0) {
1680
1680
  this.disabled = true;
1681
1681
  }