selenium class added as separate service
This commit is contained in:
@@ -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: "",
|
||||
|
||||
Reference in New Issue
Block a user