[PUI] Fix for part detail display (#7809)
- Template display was incorrect
This commit is contained in:
parent
5144b7733a
commit
6937b3a268
|
|
@ -289,7 +289,8 @@ export default function PartDetail() {
|
|||
},
|
||||
{
|
||||
type: 'boolean',
|
||||
name: 'template',
|
||||
icon: 'template',
|
||||
name: 'is_template',
|
||||
label: t`Template Part`
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue