CEC-244 Add search (#43)
* Add search to car send command page Add snapshot check
This commit is contained in:
@@ -25,7 +25,7 @@ import VehicleStatus from "../../Cars/StatusModal";
|
||||
const MainForm = () => {
|
||||
const { packageid } = useParams();
|
||||
const classes = useStyles();
|
||||
const [pageSize, setPageSize] = useState(25);
|
||||
const [pageSize, setPageSize] = useState(10);
|
||||
const [pageIndex, setPageIndex] = useState(0);
|
||||
const [viewVIN, setViewVIN] = useState(null);
|
||||
const {
|
||||
|
||||
Reference in New Issue
Block a user