Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit f29537f

Browse files
author
samsep
committed
build
1 parent 034bde3 commit f29537f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dist/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ $templateCache.put("views/submit-work-complete.directive.html","<modal show=\"vm
223223
vm.create = function() {
224224
var promise, updates;
225225
updates = getUpdates();
226+
updates.status = 'Incomplete';
226227
if (isValid(updates)) {
227228
vm.loading = true;
228229
promise = SubmitWorkService.create(updates);

0 commit comments

Comments
 (0)