diff --git a/components/dashboard/src/components/PrebuildLogs.tsx b/components/dashboard/src/components/PrebuildLogs.tsx index 7f25a9802944fe..0110ab8eda7295 100644 --- a/components/dashboard/src/components/PrebuildLogs.tsx +++ b/components/dashboard/src/components/PrebuildLogs.tsx @@ -19,7 +19,7 @@ import { getGitpodService } from "../service/service"; const WorkspaceLogs = React.lazy(() => import("./WorkspaceLogs")); export interface PrebuildLogsProps { - workspaceId?: string; + workspaceId: string; logsEmitter?: EventEmitter; }