mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 11:40:32 +00:00
Jon/sky 5841 make debug view the default view (#3208)
This commit is contained in:
parent
fc55729257
commit
618fba5371
33 changed files with 237 additions and 159 deletions
|
|
@ -48,7 +48,7 @@ function ImportWorkflowButton() {
|
|||
queryClient.invalidateQueries({
|
||||
queryKey: ["workflows"],
|
||||
});
|
||||
navigate(`/workflows/${response.data.workflow_permanent_id}/edit`);
|
||||
navigate(`/workflows/${response.data.workflow_permanent_id}/debug`);
|
||||
},
|
||||
onError: (error: AxiosError) => {
|
||||
toast({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue