-
Notifications
You must be signed in to change notification settings - Fork 6
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
Bugfix/bugfix 47 #19
Bugfix/bugfix 47 #19
Conversation
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.
Please fix the following issues
@@ -26,73 +26,95 @@ import { DemandCategoryContext } from '../contexts/DemandCategoryProvider'; | |||
import { Demand, DemandCategory, DemandProp, DemandSeriesValue, MaterialDemandSery } from '../interfaces/demand_interfaces'; | |||
import { Button, ButtonGroup, ToggleButton, OverlayTrigger, Tooltip } from 'react-bootstrap'; | |||
import { DemandContext } from '../contexts/DemandContextProvider'; | |||
import moment from 'moment'; |
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.
Missing updated Dependencies File
@Ruskyy I think it is all good now |
Yes, its OK now! |
@Bailonis please resolve merge conflicts |
@carslen resolved |
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.
LGTM
Dcmfoss 111 - Date Range
fixed the calendar bug by refactoring some code and implementing moment js