Closed marcel-haag closed 2 years ago
components/inspectit-ocelot-configurationserver-ui/src/functions/export-selection.function.js
line 27 at r2 (raw file):
With your code below and the function "fetchSelectedFile" from actions.js we now have some doubled code. How about refactoring "fetchSelectedFile" into two methods so you can reuse the logic? Maybe we can have a short call about this
refactored the code to outsource the request via axios for fetching single file and directories
components/inspectit-ocelot-configurationserver-ui/src/functions/export-selection.function.js
line 69 at r2 (raw file):
Here again you have some doubled logic - let's just add this to our discussion :)
Done.
This change is