Skip to content

Commit

Permalink
[PUI] Fix for part detail display (#7809)
Browse files Browse the repository at this point in the history
- Template display was incorrect
  • Loading branch information
SchrodingersGat authored Aug 5, 2024
1 parent 5144b77 commit 6937b3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/frontend/src/pages/part/PartDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,8 @@ export default function PartDetail() {
},
{
type: 'boolean',
name: 'template',
icon: 'template',
name: 'is_template',
label: t`Template Part`
},
{
Expand Down

0 comments on commit 6937b3a

Please sign in to comment.