Skip to content

Commit

Permalink
fixed delete bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yashilvora19 committed Jun 10, 2024
1 parent 238da34 commit 50cfd77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/assets/scripts/homepagescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ function saveProjectDetails() {
addProject(data);
document.querySelector('.edit-overlay').style.display = "none";
}
location.reload();
}

// Example function to add project cards dynamically
Expand Down

0 comments on commit 50cfd77

Please sign in to comment.