diff --git a/src/stores/task-order/types.ts b/src/stores/task-order/types.ts index e3ca337f..98afe3aa 100644 --- a/src/stores/task-order/types.ts +++ b/src/stores/task-order/types.ts @@ -29,6 +29,7 @@ export enum TaskStatus { export interface TaskOrder { createdBy: CreatedBy; + urgent: boolean; registeredBranch: Branch; taskProduct: { productId: string;