Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
CynthiaKamau committed Nov 6, 2023
1 parent 86c723e commit 832821a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/esm-patient-medications-app/src/config-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ export interface ConfigObject {
};
drugOrderTypeUUID: string;
showPrintButton: boolean;
maxDispenseDurationInDays: boolean;
maxDispenseDurationInDays: Number;
}

0 comments on commit 832821a

Please sign in to comment.