Skip to content

Commit

Permalink
fix: Wait for submit before fix (#1320)
Browse files Browse the repository at this point in the history
  • Loading branch information
bo-dun-1 authored Jan 3, 2025
1 parent bde520a commit 0e20d16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Form/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1947,6 +1947,7 @@ function Form({
break;
}
} else if (type === ACTION_GENERATE_QUIK_DOCUMENTS) {
await submitPromise;
try {
const htmlPayload = await client.generateQuikEnvelopes(action);
if (htmlPayload) {
Expand Down

0 comments on commit 0e20d16

Please sign in to comment.