diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/Editor/PartEditor.js b/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/Editor/PartEditor.js index 8a990db0b..bb92c4843 100644 --- a/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/Editor/PartEditor.js +++ b/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/Editor/PartEditor.js @@ -429,7 +429,6 @@ Ext.define('PartKeepr.PartEditor', { { this.partDistributorGrid.bindStore(this.record.distributors()); this.partManufacturerGrid.bindStore(this.record.manufacturers()); - this.partParameterGrid.bindStore(this.record.parameters()); this.partAttachmentGrid.bindStore(this.record.attachments()); }, setTitle: function (title)