Skip to content

Created Add_Ride UI [#171205848]#6

Open
sagar23sj wants to merge 5 commits intodevelopmentfrom
add-ride-ui
Open

Created Add_Ride UI [#171205848]#6
sagar23sj wants to merge 5 commits intodevelopmentfrom
add-ride-ui

Conversation

@sagar23sj
Copy link
Collaborator

Add_Ride.js file for Add Ride UI
Add_Location.js file for Dynamic Component for Adding Multiple Location and Credit

import './component.css';
import AddLocation from './Add_Location';
import {Button, InputGroup, Label, Input} from 'reactstrap';

Copy link
Collaborator

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,

Copy link
Collaborator Author

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.

Comment on lines +18 to +22
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}
];
Copy link
Collaborator

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

Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants