Skip to content

Commit 7235499

Browse files
mbrandenburgerbvavala
authored andcommitted
Increase progress bar delay
Signed-off-by: bur <[email protected]>
1 parent 39a0d86 commit 7235499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/client/frontend/src/components/SubmitTransaction.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export default {
125125
that.fetchAuction();
126126
}
127127
// 1200 default
128-
}, 200);
128+
}, 1200);
129129
}
130130
}
131131
};

0 commit comments

Comments
 (0)