Skip to content

Commit 0ffa57c

Browse files
(fix): Fix Surgery form Estimated Blood Loss (mls) field's min and step values
1 parent 9984a50 commit 0ffa57c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configuration/backend_configuration/ampathforms/surgery-core_demo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@
110110
"questionOptions": {
111111
"rendering": "number",
112112
"concept": "b5ab7bc0-bffb-4dc8-b832-2e1713f06944",
113-
"max": "",
114-
"min": "",
113+
"min": "0",
114+
"step": 1,
115115
"showDate": "false"
116116
},
117117
"id": "Estimated_Blood_Loss"

0 commit comments

Comments
 (0)