Closed ranweiler closed 7 years ago
When we start an audit, we don't fetch the current (initial) sample ballot ID, though it is defined on the backend. This can be observed via refreshing the frontend window.
Fix this by calling fetchAuditSample after a successful submitNewAudit call.
fetchAuditSample
submitNewAudit
Closed by #31.
When we start an audit, we don't fetch the current (initial) sample ballot ID, though it is defined on the backend. This can be observed via refreshing the frontend window.
Fix this by calling
fetchAuditSample
after a successfulsubmitNewAudit
call.