feat: run log dialog
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user