Skip to content

Commit

Permalink
make workspaceId mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
laushinka committed Jun 21, 2022
1 parent 6e6cd8b commit 065141b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dashboard/src/components/PrebuildLogs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { getGitpodService } from "../service/service";
const WorkspaceLogs = React.lazy(() => import("./WorkspaceLogs"));

export interface PrebuildLogsProps {
workspaceId?: string;
workspaceId: string;
logsEmitter?: EventEmitter;
}

Expand Down

0 comments on commit 065141b

Please sign in to comment.