mirror of
https://github.com/inventree/InvenTree.git
synced 2025-12-25 13:43:30 +00:00
Rename PartParameterPanel to ParameterPanel (#11061)
This commit is contained in:
@@ -5,7 +5,7 @@ import { StylishText } from '../../../../components/items/StylishText';
|
||||
import ParameterTemplateTable from '../../../../tables/general/ParameterTemplateTable';
|
||||
import SelectionListTable from '../../../../tables/part/SelectionListTable';
|
||||
|
||||
export default function PartParameterPanel() {
|
||||
export default function ParameterPanel() {
|
||||
return (
|
||||
<Accordion multiple defaultValue={['parameter-templates']}>
|
||||
<Accordion.Item value='parameter-templates' key='parameter-templates'>
|
||||
|
||||
Reference in New Issue
Block a user