Skip to content

Commit

Permalink
Merge pull request jefferyabbott#47 from jefferyabbott/editCardsModel…
Browse files Browse the repository at this point in the history
…Optimization

Optimize Edit cards component
  • Loading branch information
jefferyabbott authored Nov 1, 2024
2 parents b36439d + f548bd3 commit 3d87912
Show file tree
Hide file tree
Showing 4 changed files with 546 additions and 383 deletions.
1 change: 0 additions & 1 deletion frontend/src/commands/updateComplianceCardPrefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ axios.defaults.headers.post['content-type'] = 'application/json';
function updateComplianceCardPrefs(complianceCardPrefs) {
const API_URL = `${process.env.REACT_APP_BACKEND_SERVER}/complianceCardPrefs`;
postCommand(API_URL, {consoleUser, complianceCardPrefs}, 'Dashboard cards have been saved.');
console.log(complianceCardPrefs);
}


Expand Down
Loading

0 comments on commit 3d87912

Please sign in to comment.