change fields component & handle edit, delete, add data and save & change functional page doctor
This commit is contained in:
@@ -11,7 +11,6 @@ import specialtiesData from "@/data/specialties.json";
|
||||
function ClinicsPage({ clinics, matchedCity, matchedState }) {
|
||||
const router = useRouter();
|
||||
const [filteredClinics, setFilteredClinics] = useState(clinics);
|
||||
console.log(clinics);
|
||||
|
||||
const [selected, setSelected] = useState({
|
||||
province: matchedState?.name || "",
|
||||
|
||||
Reference in New Issue
Block a user