CEC-5432: expand bulk-action to add, remove, and move vehicles between fleets (#484)

* battery indicator

* optimistic response remove from fleet

* update api to use params

* expand add to fleet to also remove

* typo

* update to post request

* CEC-5432: remove unused deps

* update mocks for delete
This commit is contained in:
Tristan Timblin
2023-11-17 10:44:56 -08:00
committed by GitHub
parent 94ba59ea77
commit f4652b5de7
15 changed files with 239 additions and 189 deletions

View File

@@ -335,7 +335,11 @@ const useStyles = makeStyles((theme) => ({
overflow: "hidden",
display: "inline-block",
whiteSpace: "nowrap",
}
},
alignBaseline: {
display: "flex",
alignItems: "center",
},
}));
export default useStyles;