make the example pills on discover page invoke a v2 task w debugger (#3519)
This commit is contained in:
@@ -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);
|
||||
}}
|
||||
/>
|
||||
);
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user