Skip to content

Commit

Permalink
fix(data-output): do not set value property
Browse files Browse the repository at this point in the history
  • Loading branch information
nd0ut committed Jul 28, 2022
1 parent 3216ad7 commit 88c5deb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blocks/DataOutput/DataOutput.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export class DataOutput extends UploaderBlock {
if (!data) {
return;
}
this.value = data;

if (this.hasAttribute(this.dict.FIRE_EVENT_ATTR)) {
this.dispatchEvent(
Expand Down

0 comments on commit 88c5deb

Please sign in to comment.