oss-slu / esp

MIT License
0 stars 9 forks source link

[bug]: file name show on windows fix (#73) #88

Closed tanishq-singh-2407 closed 3 weeks ago

tanishq-singh-2407 commented 1 month ago

Fixes #73

What was changed? showing file name instead of file path for windows.

Here, describe what part of the application you changed (e.g. login page, database, etc.). If possible, mention what specific components were added, removed, or modified. client-app/src/components/DraftOrcaDashboard.js modified.

Here, describe the issue that you are fixing with this code, and why your code fixes it. Input box was showing file path in windows system instead of file name, so I changed the input value, which will now show the file name.

SiriChandanaGarimella commented 1 month ago

@tanishq-singh-2407 - Great effort! However, I am getting the following error when running the code. Can you please look into it? image

SiriChandanaGarimella commented 3 weeks ago

Closing this PR as this is fixed as part of #94