Revert "process/create-kp: auto download kp file"

This reverts commit cadfec5fc2c5cf85697aa4218e6b0c95de93d7d2.
This commit is contained in:
vchikalkin 2023-05-31 12:39:26 +03:00
parent cadfec5fc2
commit 9ea4eeb6ce

View File

@ -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 });
}
})