IO-1570 Allow clear of parts status.

This commit is contained in:
Patrick Fic
2021-12-14 16:11:16 -08:00
parent f6080a1d38
commit 5b439e1949

View File

@@ -56,6 +56,7 @@ export function JobLineStatusPopup({ bodyshop, jobline, disabled }) {
<LoadingSpinner loading={loading}>
<Select
autoFocus
allowClear
dropdownMatchSelectWidth={100}
value={status}
onSelect={handleChange}