Minor Changes.

This commit is contained in:
Patrick Fic
2024-04-01 12:34:44 -07:00
parent a3d6d44089
commit 72aece7f14
4 changed files with 12 additions and 5 deletions

View File

@@ -306,7 +306,7 @@ export function PartsQueueListComponent({ bodyshop }) {
onRow={(record, rowIndex) => {
return {
onClick: (event) => {
handleOnRowClick(record);
// handleOnRowClick(record);
}
};
}}