mb it's not that bad

This commit is contained in:
Zakharov_Rostislav 2023-11-30 18:44:36 +04:00
parent cefe8c2136
commit ded9e916a0

View File

@ -83,7 +83,8 @@ export function createTableRow(item, author, index, editPageCallback, deleteCall
row.appendChild(rowNumber);
row.appendChild(createTableColumn(item.items.name));
row.appendChild(createTableColumn(item.name));
row.appendChild(createTableColumn(author.authors.name));
// row.appendChild(createTableColumn(item.authors.name));
row.appendChild(createTableColumn("item.authors.name"));
row.appendChild(createTableColumn(item.year));
// редактировать на странице page-edit
row.appendChild(createTableAnchor("fa-pen-to-square", editPageCallback));