Skip to content

Commit 2709120

Browse files
committed
Update inputTask.tsx
1 parent adf4fca commit 2709120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/src/models/inputTask.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export interface InputTask {
77
/** The task description or goal */
88
description: string;
99
/** MANDATORY team identifier to use for this plan */
10-
team_id: string;
10+
team_id?: string;
1111
}
1212

1313
/**

0 commit comments

Comments
 (0)