-
Notifications
You must be signed in to change notification settings - Fork 0
Created Add_Ride UI [#171205848] #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
base: development
Are you sure you want to change the base?
Conversation
src/components/Add_Ride.js
Outdated
| import './component.css'; | ||
| import AddLocation from './Add_Location'; | ||
| import {Button, InputGroup, Label, Input} from 'reactstrap'; | ||
|
|
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 make library imports at top and remove blank lines,
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 have Done The changes, Please Review It.
src/components/Add_Ride.js
Outdated
| cabNumberList = [ | ||
| { cab_id: 1, cab_number: 'MH15MB1234', cab_capacity: 4 }, | ||
| { cab_id: 2, cab_number: 'MH14MN7896', cab_capacity: 3}, | ||
| { cab_id: 3, cab_number: 'MH15MB7456', cab_capacity: 2} | ||
| ]; |
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.
Why this list is not fetch from backend
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 have Done The changes, Please Review It.
Add_Ride.js file for Add Ride UI
Add_Location.js file for Dynamic Component for Adding Multiple Location and Credit