bug fix
This commit is contained in:
parent
40af17e08f
commit
364052b8bc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue