Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mwigham committed Dec 10, 2024
1 parent bfbb356 commit 605b825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/workspace/projects/crud/ProjectExportView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const ProjectExportView = ({ recipe, params, user, clientId }) => {
},
};
e.preventDefault();

SetAPI.request_access(set_id, request_body, (respData) => {
alert("Sent request for access");
window.location = backToProjectsLink;
Expand Down

0 comments on commit 605b825

Please sign in to comment.