Browse Source

update

production
CANCERYS\kw093 1 month ago
parent
commit
67ec825b6a
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      src/components/JoWorkbench/newJobPickExecution.tsx

+ 4
- 3
src/components/JoWorkbench/newJobPickExecution.tsx View File

@@ -3838,9 +3838,10 @@ const JobPickExecution: React.FC<Props> = ({ filterArgs, onBackToList, printerCo
{floor}
</Button>
))}

<Box sx={{ flex: 1 }} />

</Box>
<Box sx={{ display: "flex", gap: 1, alignItems: "center", flexWrap: "wrap" }}>
<Typography variant="body2" sx={{ minWidth: "fit-content", mr: 1 }}>
{t("Select Printer")}:
</Typography>


Loading…
Cancel
Save