2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00

Related part table now uses "loadPartTable" function call

This commit is contained in:
Oliver
2021-11-25 14:13:49 +11:00
parent b497569228
commit a532babde8
2 changed files with 16 additions and 32 deletions

View File

@ -273,7 +273,7 @@ function setupFilterList(tableKey, table, target) {
var element = $(target);
if (!element) {
if (!element || !element.exists()) {
console.log(`WARNING: setupFilterList could not find target '${target}'`);
return;
}