Skip to content

Commit

Permalink
save when new proj
Browse files Browse the repository at this point in the history
  • Loading branch information
amgno committed Sep 24, 2024
1 parent 2123c7d commit 1c4fad5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ function addProject() {
bgcolor: ''
});
loadProjects();
saveProjects(); // Automatically save the new project
}

function deleteProject(index) {
Expand Down

0 comments on commit 1c4fad5

Please sign in to comment.