Skip to content

Commit

Permalink
minor tweak to display product in inventory cell
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Dec 1, 2023
1 parent b18992c commit 0f14ede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addon/controllers/inventory/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export default class InventoryIndexController extends Controller {
valuePath: 'product.name',
width: '170px',
cellComponent: 'cell/product-info',
modelPath: 'product',
resizable: true,
sortable: true,
filterable: true,
Expand Down

0 comments on commit 0f14ede

Please sign in to comment.