Fix component column on InventoryItemTemplateTable

This commit is contained in:
jeremystretch 2022-02-11 12:26:26 -05:00
parent 8e888b4435
commit fe6acf07a5

View File

@ -234,7 +234,6 @@ class InventoryItemTemplateTable(ComponentTemplateTable):
linkify=True
)
component = tables.Column(
accessor=Accessor('component'),
orderable=False
)