You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When NOT using multiple="true" (i.e. single image uploads only), the information about the upload (name, upload state) does not work correctly:
The file name is not show
The state says 'uploaded' at all times, even while uploading
I've had a quick poke around and it seems that the file value in the schema for the single version that this output depends on appears to be 'undefined' (which looks like it's related to the previous PR where the single and multiple were separated).
The text was updated successfully, but these errors were encountered:
Hi,
When NOT using
multiple="true"
(i.e. single image uploads only), the information about the upload (name, upload state) does not work correctly:I've had a quick poke around and it seems that the
file
value in the schema for the single version that this output depends on appears to be 'undefined' (which looks like it's related to the previous PR where the single and multiple were separated).The text was updated successfully, but these errors were encountered: