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

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

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}'`);
}
}