Skip to content

Commit

Permalink
fix(studio): ai gen fix (#1198)
Browse files Browse the repository at this point in the history
  • Loading branch information
grzim authored Aug 7, 2024
1 parent c3b48e2 commit 941e52b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function PromptPanel(props: PromptPanelProps) {
<>
<div className="mb-1 flex w-full gap-1 overflow-x-auto px-1 items-center justify-content-center actions">
<WebSocketButton
handleButtonClick={startIterativeCodemodGeneration}
handleButtonClick={() => startIterativeCodemodGeneration()}
isLoading={isLoading}
/>
</div>
Expand Down

0 comments on commit 941e52b

Please sign in to comment.