add patient and save and schedule all fixed in both pages,

This commit is contained in:
2025-05-16 15:27:38 +05:30
parent 81accf6695
commit f304cccc68
3 changed files with 6 additions and 3 deletions

View File

@@ -86,7 +86,6 @@ export default function PatientsPage() {
const [uploadedFile, setUploadedFile] = useState<File | null>(null);
const [isUploading, setIsUploading] = useState(false);
const [isExtracting, setIsExtracting] = useState(false);
const [extractedInfo, setExtractedInfo] = useState<any>(null);
// Fetch patients
const {