selenium class added as separate service

This commit is contained in:
2025-05-28 18:33:29 +05:30
parent 91b46126bf
commit b72ce7afe6
8 changed files with 2785 additions and 1 deletions

View File

@@ -105,7 +105,8 @@ useEffect(() => {
// Doctor selection state
const [doctor, setDoctor] = useState("doctor1");
// Service lines state with one empty default line
// Service lines state with one empty default line,,
// note: this can be MAXIMUM 10
const [serviceLines, setServiceLines] = useState<ServiceLine[]>([
{
procedureCode: "",