Skip to content

Commit

Permalink
fix missing execution options
Browse files Browse the repository at this point in the history
  • Loading branch information
ritch committed Oct 17, 2024
1 parent 7a7dfdd commit 6e96943
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/packages/operators/src/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import {
import { OperatorPromptType, Places } from "./types";
import { OperatorExecutorOptions } from "./types-internal";
import { ValidationContext } from "./validation";
import { o } from "vitest/dist/chunks/reporters.C_zwCd4j";

export const promptingOperatorState = atom({
key: "promptingOperator",
Expand Down Expand Up @@ -465,6 +466,7 @@ export const useOperatorPrompt = () => {
return;
}
executor.execute(promptingOperator.params, {
...options,
...promptingOperator.options,
});
},
Expand Down

0 comments on commit 6e96943

Please sign in to comment.