Skip to content

Commit

Permalink
fix(ui): Add missing QUploader.isUploading API entry (fix #13217) (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufkandemir authored Sep 15, 2022
1 parent 1b3735a commit 5de706e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/src/components/uploader/QUploader.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,11 @@
"isBusy": {
"type": "Boolean",
"desc": "The component state is set as busy; User should not be able to interact with the component"
},

"isUploading": {
"type": "Boolean",
"desc": "The component is uploading files"
}
}
}

0 comments on commit 5de706e

Please sign in to comment.