mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
[PUI] Parameter title (#6763)
* Change panel heading "Parameters" -> "Part Parameters" * Remove old code
This commit is contained in:
parent
0b7bfdb4a4
commit
5de56f5cd8
@ -176,7 +176,6 @@ export default function CategoryDetail({}: {}) {
|
||||
label: t`Category Details`,
|
||||
icon: <IconInfoCircle />,
|
||||
content: detailsPanel
|
||||
// hidden: !category?.pk,
|
||||
},
|
||||
{
|
||||
name: 'parts',
|
||||
@ -200,7 +199,7 @@ export default function CategoryDetail({}: {}) {
|
||||
},
|
||||
{
|
||||
name: 'parameters',
|
||||
label: t`Parameters`,
|
||||
label: t`Part Parameters`,
|
||||
icon: <IconListDetails />,
|
||||
content: <ParametricPartTable categoryId={id} />
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user