feature/IO-3388 - Parts Queue Fix

This commit is contained in:
Dave
2025-10-02 12:55:50 -04:00
parent 01664c52ec
commit 367ced88d8
14 changed files with 61 additions and 54 deletions

View File

@@ -166,7 +166,7 @@ export function JobsList({ bodyshop }) {
.filter(onlyUnique)
.map((s) => {
return {
text: s || "No Status*",
text: s || t("dashboard.errors.status"),
value: [s]
};
})