- missed a history push

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-02-09 14:12:36 -05:00
parent e187bc3c0c
commit fe241be5d1

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,