Skip to content

Commit

Permalink
fix: start worker on add proxy submitted (#3072)
Browse files Browse the repository at this point in the history
  • Loading branch information
sokolova-an authored Jan 30, 2025
1 parent 7232d84 commit 6234ce1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/renderer/features/proxy-add/model/add-proxy-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,12 @@ sample({
}),
});

sample({
clock: submitModel.output.formSubmitted,
filter: (results) => submitUtils.isSuccessResult(results[0].result),
target: flowFinished,
});

sample({
clock: flowFinished,
source: {
Expand Down

0 comments on commit 6234ce1

Please sign in to comment.