diff --git a/ui/src/components/uploader/QUploader.json b/ui/src/components/uploader/QUploader.json index 720edb61d26..efc631b84fc 100644 --- a/ui/src/components/uploader/QUploader.json +++ b/ui/src/components/uploader/QUploader.json @@ -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" } } }