change workflow run page to show stream with current task (#971)

Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
This commit is contained in:
Shuchang Zheng
2024-10-14 13:07:54 -07:00
committed by GitHub
parent 33c0a5af55
commit dcca1a64d2
3 changed files with 171 additions and 75 deletions

View File

@@ -6,7 +6,7 @@ import { cn } from "@/util/utils";
type Props = {
value: string;
onChange: (value: string) => void;
onChange?: (value: string) => void;
language: "python" | "json";
disabled?: boolean;
minHeight?: string;