Added basic global search. BOD-30
This commit is contained in:
@@ -62,9 +62,11 @@ const determineFieldName = (operation) => {
|
||||
switch (operation) {
|
||||
case "body":
|
||||
return "employee_body";
|
||||
break;
|
||||
|
||||
case "refinish":
|
||||
return "employee_refinish";
|
||||
break;
|
||||
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user