Skip to content

Commit

Permalink
fix(QImg): API - @error param definition #16545
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Nov 10, 2023
1 parent 3ac578f commit f18c67c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/src/components/img/QImg.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,9 @@
"error": {
"desc": "Emitted when browser could not load the image",
"params": {
"err": {
"type": "Error",
"desc": "JS Error object"
"evt": {
"type": "Event",
"desc": "JS Event object (same as the browser's native 'error' event)"
}
}
}
Expand Down

0 comments on commit f18c67c

Please sign in to comment.