We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf4fca commit 2709120Copy full SHA for 2709120
src/frontend/src/models/inputTask.tsx
@@ -7,7 +7,7 @@ export interface InputTask {
7
/** The task description or goal */
8
description: string;
9
/** MANDATORY team identifier to use for this plan */
10
- team_id: string;
+ team_id?: string;
11
}
12
13
/**
0 commit comments