Skip to content

Commit

Permalink
Eliminado periodo de expiración de las cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sardlimad committed Dec 1, 2024
1 parent 5e872c8 commit c743684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function App() {
break;
}

Cookies.set("theme", e.target.value, { expires: 7 });
Cookies.set("theme", e.target.value);
};

//Etiquetas del gráfico
Expand Down

0 comments on commit c743684

Please sign in to comment.