CEC-231 Bulk car selection control (#38)
* Bulk car selection control * Tweak control alignment
This commit is contained in:
@@ -226,6 +226,6 @@ const validateCreateCarUpdates = (data) => {
|
||||
}
|
||||
|
||||
if (!data.vins || data.vins.length === 0) {
|
||||
throw new Error("Car ids required");
|
||||
throw new Error("Cars are required");
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user