IO-1370 Remove filtering on Other Part Type

This commit is contained in:
Patrick Fic
2021-09-22 08:20:25 -07:00
parent 186ad2d7a2
commit 715857a587

View File

@@ -400,7 +400,7 @@ export function JobLinesComponent({
setState({
...state,
filteredInfo: {
part_type: ["PAN,PAC,PAR,PAL,PAA,PAM,PAP,PAO,PAS,PASL,PAG"],
part_type: ["PAN,PAC,PAR,PAL,PAA,PAM,PAP,PAS,PASL,PAG"],
},
});
}}