Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Findeton committed Nov 18, 2024
1 parent 6d8eefe commit 7068c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avAdmin/admin-directives/elections/elections.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ angular.module('avAdmin')
function(response)
{
scope.loading = true;
getAllElections(response.data.events);
reloadList();
},
function onError(response)
{
Expand Down

0 comments on commit 7068c3e

Please sign in to comment.