mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 04:56:45 +00:00
- Otherwise results in a 400 error (cherry picked from commit 881220cdb34a519decd0f9d01b96d441b5f1b0d6) Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
parent
92871bf000
commit
edf02cd817
@ -554,7 +554,7 @@ export default function PartDetail() {
|
|||||||
name: 'builds',
|
name: 'builds',
|
||||||
label: t`Build Orders`,
|
label: t`Build Orders`,
|
||||||
icon: <IconTools />,
|
icon: <IconTools />,
|
||||||
hidden: !part.assembly,
|
hidden: !part.assembly || !part.active,
|
||||||
content: part?.pk ? <BuildOrderTable partId={part.pk} /> : <Skeleton />
|
content: part?.pk ? <BuildOrderTable partId={part.pk} /> : <Skeleton />
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user