Skip to content

Commit

Permalink
Saved Token in LocalStorage when ProjectID is cleared
Browse files Browse the repository at this point in the history
  • Loading branch information
sergesoroka committed Oct 16, 2024
1 parent 64b36fb commit 000f2bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export default function Select({ url, setProjectName, projectName }) {
setProjectID("");
localStorage.setItem("project", "");
localStorage.setItem("projectID", "");
localStorage.clear();
};

return (
Expand Down

0 comments on commit 000f2bc

Please sign in to comment.