Skip to content

Commit

Permalink
fix(edit-content): set right value in binary field (#26747)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjvelazco authored Nov 17, 2023
1 parent 72b1562 commit 961942e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@
}
// Setting the value of the field
field.value = "<%=binInode%>"
field.value = "<%=value%>"
// Creating the binary field dynamically
// Help us to set inputs before the ngInit is executed.
Expand Down

0 comments on commit 961942e

Please sign in to comment.