This commit is contained in:
Bruno Rybársky 2024-04-26 01:20:39 +02:00
parent 7f1311a254
commit 44126aa507

@ -106,7 +106,7 @@ async function displayList(data, elementId, deleteFunction) {
if ("function" === typeof deleteFunction) {
const th = document.createElement("th");
th.appendChild(document.createElement("<i class='ri-delete-bin-line'></i>"));
th.appendChild(document.createElement('<i class="ri-delete-bin-line""></i>'));
headerRow.appendChild(th);
}