We upgrade libraries in UI, specifically react-dropzone, which changed the usage of the component. It no longer accepted any children. The child has to be a function that gets invoked with right context.
Without this change right now users can't upload anything in UI (plugin, driver, artifact etc.,)
Tested for uploading,
plugin
application
driver
Importing pipeline
Upload in general works for everything in UI. The failure was caused by library upgrade which is fixed.,