Skip to content

Commit

Permalink
fix(control): retro compatibility v1
Browse files Browse the repository at this point in the history
  • Loading branch information
xtiannyeto committed Nov 20, 2024
1 parent c68f1fb commit a77f8f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/features/common/types/control-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ export enum ControlType {

type ControlModel = {
id: string
unitHasConfirmed?: boolean
unitShouldConfirm?: boolean
hasBeenDone?: boolean
amountOfControls: number
observations?: string
Expand Down

0 comments on commit a77f8f2

Please sign in to comment.