- Add Alert Filter to visual production board
Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
@@ -41,7 +41,7 @@ export function ProductionBoardFilters({ bodyshop, filter, setFilter, loading })
|
||||
style={{ minWidth: "20rem" }}
|
||||
options={bodyshop.employees.filter((e) => e.active)}
|
||||
value={filter.employeeId}
|
||||
placeholder={t("production.labels.alerts")}
|
||||
placeholder={t("production.labels.employeesearch")}
|
||||
onChange={(emp) => setFilter({ ...filter, employeeId: emp })}
|
||||
allowClear
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user