Skip to content

Commit

Permalink
Fix return data
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Oct 16, 2024
1 parent aafff67 commit 8d1b2fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inventree_wireviz/wireviz.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ def get_ui_panels(self, request, context=None, **kwargs):
ctx['part'] = part.pk

panels.append({
'name': 'wireviz',
'label': 'Harness Diagram',
'key': 'wireviz',
'title': 'Harness Diagram',
'context': ctx,
'source': self.plugin_static_file('WirevizPanel.js:renderWirevizPanel'),
})
Expand Down

0 comments on commit 8d1b2fd

Please sign in to comment.