Skip to content
Snippets Groups Projects
Commit 02e04585 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Correction de bug : canAddEvent n'était plus pris en compte

parent a31b0078
No related branches found
No related tags found
No related merge requests found
Pipeline #21834 passed
......@@ -139,6 +139,10 @@ export default {
canAdd(numJour)
{
if (!this.canAddEvent){
return false;
}
let dateDebut = this.addDateDebut;
if (undefined === dateDebut){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment