Skip to content
Snippets Groups Projects
Commit b51d4a8f authored by Alexis Poyen's avatar Alexis Poyen
Browse files

Fix : synchronize displaying before any further action

parent 5edc88ec
No related branches found
No related tags found
1 merge request!24Resolve "Data Store"
Pipeline #5794 passed
......@@ -330,7 +330,7 @@ class Election {
document.getElementById("election-modal-ballot-type").value
);
this.displayElections();
await this.displayElections();
Common.toggleModal("election-modal", "election-modal-card");
this.activateElection(election);
this.parent.areaHandler.election = election;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment