-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug in management section (placeholder) #241
Comments
Hey, can I work on this issue? |
@ShivamJhaa go on! |
Hi , is this issue open? If not can I work on this? |
@harshagrawal523 yes go on! |
I have provided a PR , I was unable to go pass the login page due to some error which is still not resolved , I have asked in community channel and I hope it will be soon rectified. So I would request to check this once. Thank you! |
You need to run flask then you have to create one dummy account to login. |
@harshagrawal523 /login is a POST route, you are getting this "method not found" error as the browser is doing GET request over /login route. Try to do a POST request on /login using postman or you can directly use the OpenMF frontend with running backend. |
Okay thank you , I will try that once! |
Can take this issue, if it's still up? |
Describe the bug
After the selection of a date from the calendar, its placeholder should disappear on Frontend.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
The text was updated successfully, but these errors were encountered: