Merge branch 'feature/IO-1828-Front-End-Package-Updates' into test-beta

This commit is contained in:
Dave Richer
2024-02-09 14:13:10 -05:00

View File

@@ -102,7 +102,7 @@ export function PartsQueueListComponent({bodyshop}) {
const handleOnRowClick = (record) => {
if (record) {
if (record.id) {
history.push({
history({
search: queryString.stringify({
...searchParams,
selected: record.id,