make the example pills on discover page invoke a v2 task w debugger (#3519)

This commit is contained in:
Jonathan Dobson
2025-09-24 15:28:04 -04:00
committed by GitHub
parent 3fefdecb8a
commit 18809c6f0a
2 changed files with 7 additions and 71 deletions

View File

@@ -472,11 +472,11 @@ function PromptBox() {
return (
<ExampleCasePill
key={example.key}
exampleId={example.key}
icon={example.icon}
label={example.label}
prompt={example.prompt}
version={selectValue}
onClick={() => {
generateWorkflowMutation.mutate(example.prompt);
}}
/>
);
})}