@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.
@@ -4057,13 +4057,13 @@ var UploadView = _ref => {
4057
4057
  textProps
4058
4058
  }), progress < 100 && (icon || /*#__PURE__*/React__default.createElement(UploadIcon, Object.assign({
4059
4059
  widthHeight: 32
4060
- }, iconProps))), !selectedFile && text && renderText({
4060
+ }, iconProps))), !isLoading && !selectedFile && text && renderText({
4061
4061
  text,
4062
4062
  textProps
4063
4063
  }), isLoading && renderProgress({
4064
4064
  progress,
4065
4065
  progressProps
4066
- }), errorMessage && renderError({
4066
+ }), !isLoading && errorMessage && renderError({
4067
4067
  errorMessage,
4068
4068
  errorMessageProps
4069
4069
  }), /*#__PURE__*/React__default.createElement(appStudio.View, Object.assign({