2
0
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:
Oliver
2025-12-23 15:00:28 +11:00
committed by GitHub
parent c1d7f2a300
commit 97dd664073

View File

@@ -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'>