selenium working well

This commit is contained in:
2025-06-04 19:07:13 +05:30
parent e21177edcd
commit c4cf6964a3
3 changed files with 12 additions and 15 deletions

View File

@@ -599,7 +599,7 @@ export function ClaimForm({
}
/>
<Input
placeholder="eg. MOD"
placeholder="eg. 'B', 'D', 'F', 'I', 'L', 'M', 'O'"
value={line.toothSurface}
onChange={(e) =>
updateServiceLine(i, "toothSurface", e.target.value)