Fix for loadPartTable (#5082)

- Recent changes introduced a bug related to filters
- Only really visible on index page
This commit is contained in:
Oliver 2023-06-21 16:42:10 +10:00 committed by GitHub
parent 66ec82d4d1
commit 7f5e844367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,6 @@ loadSimplePartTable("#table-starred-parts", "{% url 'api-part-list' %}", {
active: true, active: true,
{% endif %} {% endif %}
}, },
name: 'starred_parts',
}); });
{% endif %} {% endif %}