Additional Menu Refactors

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2023-12-29 15:18:38 -05:00
parent 07b46ed92b
commit a0cb30f986
4 changed files with 454 additions and 415 deletions

View File

@@ -89,7 +89,7 @@ export function JobsChangeStatus({ job, bodyshop, jobRO, insertAuditTrail }) {
})),
...(job.converted
? [
{ key: "divider", label: <hr />, disabled: true },
{ type: "divider" },
...otherStages.map((item) => ({
key: item,
label: item,