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.
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.