AbsaOSS / cps-shared-ui

Angular shared components library
https://absaoss.github.io/cps-shared-ui/
Apache License 2.0
2 stars 2 forks source link

fix issue with upload of the same file #391

Closed korel-san closed 3 weeks ago

korel-san commented 3 weeks ago

The flow for the test is like this:

1) upload a file via the dialog box (click on the component) 2) click on the trash button 3) see that the uploaded file is removed 4) try to upload the same file via the dialog box (click on the component)

Behavior after changes: the same file is uploaded Behavior before changes: the component does nothing

fateeand commented 3 weeks ago

the code doesn't compile