UI fixes for manual job creation + owners pages + vehicles pages + all jobs BOD-155

This commit is contained in:
Patrick Fic
2020-06-12 17:54:20 -07:00
parent a88785fc43
commit 05bf94e808
37 changed files with 1339 additions and 972 deletions

View File

@@ -261,7 +261,7 @@ export function JobsList({ bodyshop }) {
onChange={(e) => {
setSearchText(e.target.value);
}}
vale={searchText}
value={searchText}
enterButton
/>
</div>