CEC-1182 fleet filter forms (#131)
* forms for fleet can filters * unit tests for fleet filters * removing warnings * updating regex
This commit is contained in:
@@ -47,7 +47,7 @@ const MainForm = ({ name }) => {
|
||||
useEffect(() => {
|
||||
(async () => {
|
||||
try {
|
||||
if (!token) return;
|
||||
if (!name || !token) return;
|
||||
await getFleetVehicles(
|
||||
name,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user