Revert "process/create-kp: auto download kp file"
This reverts commit cadfec5fc2c5cf85697aa4218e6b0c95de93d7d2.
This commit is contained in:
parent
cadfec5fc2
commit
9ea4eeb6ce
@ -57,10 +57,6 @@ export function action({ store, trpcClient, apolloClient }: ProcessContext) {
|
||||
message: successMessage,
|
||||
});
|
||||
|
||||
if (res.data.values.downloadKp) {
|
||||
window.open(res.data.values.downloadKp, '_blank');
|
||||
}
|
||||
|
||||
await updateSelectQuote({ apolloClient, store });
|
||||
}
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user