2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-07 04:12:11 +00:00
This commit is contained in:
Matthias Mair
2024-04-15 17:10:39 +02:00
parent 40af17e08f
commit 364052b8bc

View File

@@ -304,7 +304,7 @@ export default function PluginListTable() {
render: function (record: any) {
if (record.active) {
return record.meta.description;
return record?.meta.description;
} else {
return (
<Text