Skip to content

Commit

Permalink
Enable printing actions for PartTable
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Nov 5, 2024
1 parent 56bd66d commit 0628b72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/frontend/src/tables/part/PartTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,9 @@ export function PartListTable({
modelType: ModelType.part,
tableFilters: tableFilters,
tableActions: tableActions,
enableSelection: true,
enableReports: true,
enableLabels: true,
params: {
...props.params,
category_detail: true,
Expand Down

0 comments on commit 0628b72

Please sign in to comment.