fixing delete button

This commit is contained in:
x
2026-01-24 18:26:19 +01:00
parent 27d474d9e3
commit 559521feb2

View File

@@ -199,6 +199,8 @@
modal.style.display = 'none';
confirmBtn.onclick = null;
cancelBtn.onclick = null;
confirmBtn.textContent = 'Delete';
confirmBtn.disabled = false;
};
cancelBtn.onclick = closeModal;