From d58369def62a572e78177fcf16cd582344df1ae0 Mon Sep 17 00:00:00 2001 From: Tristan Timblin Date: Wed, 13 Dec 2023 10:26:33 -0800 Subject: [PATCH] CEC-5436: update default sorting of tables (#490) * CEC-5436: add release_notes, update_duration, and max_attempts to manifest update form * CEC-5436: reverse field order * CEC-5436: sort vehicles by last updated * CEC-5431: increase concurrency (#487) * increase concurrency * fix unmounted component leak --- .../App/__snapshots__/App.test.js.snap | 54 +++++++++---------- .../List/__snapshots__/index.test.jsx.snap | 18 +++---- .../Controls/CarSelectionTable/index.jsx | 4 +- .../Controls/IssueSelectionTable/index.jsx | 2 +- .../Add/__snapshots__/index.test.jsx.snap | 18 +++---- src/components/Manifest/List/index.jsx | 2 +- src/components/Manifest/Status/index.jsx | 2 +- 7 files changed, 50 insertions(+), 50 deletions(-) diff --git a/src/components/App/__snapshots__/App.test.js.snap b/src/components/App/__snapshots__/App.test.js.snap index 8012769..ad6d052 100644 --- a/src/components/App/__snapshots__/App.test.js.snap +++ b/src/components/App/__snapshots__/App.test.js.snap @@ -3427,7 +3427,7 @@ exports[`App Route /issues authenticated 1`] = ` @@ -3441,11 +3441,11 @@ exports[`App Route /issues authenticated 1`] = ` - sorted ascending + sorted descending VIN - - sorted ascending - Updated + + sorted descending + @@ -5420,11 +5420,11 @@ exports[`App Route /package-status authenticated 1`] = ` - sorted ascending + sorted descending @@ -6604,11 +6604,11 @@ exports[`App Route /packages authenticated 1`] = ` - sorted ascending + sorted descending VIN - - sorted ascending - Updated + + sorted descending + VIN - - sorted ascending - Updated + + sorted descending + VIN - - sorted ascending - Updated + + sorted descending +