@app-studio/web 0.9.29 → 0.9.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4012,13 +4012,13 @@
4012
4012
  textProps
4013
4013
  }), progress < 100 && (icon || /*#__PURE__*/React__default.createElement(UploadIcon, Object.assign({
4014
4014
  widthHeight: 32
4015
- }, iconProps))), !selectedFile && text && renderText({
4015
+ }, iconProps))), !isLoading && !selectedFile && text && renderText({
4016
4016
  text,
4017
4017
  textProps
4018
4018
  }), isLoading && renderProgress({
4019
4019
  progress,
4020
4020
  progressProps
4021
- }), errorMessage && renderError({
4021
+ }), !isLoading && errorMessage && renderError({
4022
4022
  errorMessage,
4023
4023
  errorMessageProps
4024
4024
  }), /*#__PURE__*/React__default.createElement(appStudio.View, Object.assign({