Fix some small template / JS errors on the "part" page

This commit is contained in:
Oliver
2022-03-01 23:38:02 +11:00
parent a30e478412
commit 457bcdc0ae
2 changed files with 16 additions and 3 deletions
+1 -1
View File
@@ -278,7 +278,7 @@ $.fn.inventreeTable = function(options) {
}
});
} else {
console.log(`Could not get list of visible columns for column '${tableName}'`);
console.log(`Could not get list of visible columns for table '${tableName}'`);
}
}