-
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
fix: input validation alert for start & end date #366
Conversation
@ArkadiK94 How can I solve this? |
yarn.lock
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this file should not be added - we no longer work with yarn
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should change the error message because it is misleading
Thank you:) sorry for missing that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this file should not be added - we no longer work with yarn
if I installed all the dependencies with yarn on this project, can I just switch to npm from now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I meant the error message in the github actions, from "after removing package-lock.json file" to "after removing yarn.lock file"
However, it is not related to this pr...
great job! 💪 |
Description
Showing an alert when the end date is later than the start date - on the dashboard and gaps-pattern pages.
screenshots
related issue: #309 (not closing)