feat: basic crud complete

This commit is contained in:
Smigz 2025-01-20 19:24:37 -05:00
parent 6fb88b315a
commit 77a93ae9b1
10 changed files with 105 additions and 27 deletions

View file

@ -22,7 +22,7 @@ async function categoryPicker() {
formItemDiv.classList.add("form-item");
const formLabel = document.createElement("label");
formLabel.textContent = "Categories";
formLabel.textContent = "categories";
const select = document.createElement("select");
select.classList.add("categories-list-modal");