2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

[PUI] Fix for part detail display (#7809)

- Template display was incorrect
This commit is contained in:
Oliver
2024-08-05 11:55:08 +10:00
committed by GitHub
parent 5144b7733a
commit 6937b3a268

View File

@ -289,7 +289,8 @@ export default function PartDetail() {
},
{
type: 'boolean',
name: 'template',
icon: 'template',
name: 'is_template',
label: t`Template Part`
},
{