feat: run log dialog

This commit is contained in:
bennykok
2024-01-31 15:30:29 +08:00
parent 009589630d
commit 3e5ff7702e
5 changed files with 84 additions and 11 deletions
+3 -3
View File
@@ -5,9 +5,9 @@ import { db } from "@/db/db";
import { workflowRunOutputs } from "@/db/schema";
import { eq } from "drizzle-orm";
export async function getRunsOutputDisplay(run_id: string) {
return <RunOutputs run_id={run_id} />;
}
// export async function getRunsOutputDisplay(run_id: string) {
// return <RunOutputs run_id={run_id} />;
// }
export async function getRunsOutput(run_id: string) {
// throw new Error("Not implemented");