fossology / FOSSologyUI

Repository to hold the new UI framework for FOSSology built with React
https://fossology.github.io/FOSSologyUI/
GNU General Public License v2.0
47 stars 85 forks source link

Set options as empty after upload-request submission #260

Open dushimsam opened 2 years ago

dushimsam commented 2 years ago

Description3.

When the user clicks the upload button, the options continue to remain filled.

Steps followed and expected result

  1. Designing the function to reset the fields back to empty.
  2. Calling the function to reset options after successful submission.

Screenshots

Selection_019

The options are still set even though the submission was done.

Possible problems

The user can can continue making multiple upload of the same the request.

cc: @shaheemazmalmmd @GMishx @Shruti3004

NageshMandal commented 2 years ago

I want to work on this issue. Could you please assign it to me.

dushimsam commented 2 years ago

I want to work on this issue. Could you please assign it to me.

@NageshMandal this issue was resolved in this PR: https://github.com/fossology/FOSSologyUI/pull/249