Skip to content

Commit

Permalink
Merge branch 'fix/vitals-inputs-validations' of https://www.github.co…
Browse files Browse the repository at this point in the history
…m/openmrs/openmrs-esm-patient-chart into fix/vitals-inputs-validations
  • Loading branch information
vasharma05 committed May 13, 2024
2 parents 9a9e892 + ce25a4b commit fee16b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface ResponsiveWrapperProps {
isTablet: boolean;
}

interface VitalsAndBiometricsInputProps<T = FieldTypes> {
interface VitalsAndBiometricsInputProps {
fieldStyles?: React.CSSProperties;
fieldWidth?: string;
fieldProperties: Array<{
Expand Down

0 comments on commit fee16b5

Please sign in to comment.