diff --git a/src/components/master/DeleteMaster.jsx b/src/components/master/DeleteMaster.jsx index a0a5df98..f43e62ba 100644 --- a/src/components/master/DeleteMaster.jsx +++ b/src/components/master/DeleteMaster.jsx @@ -1,9 +1,9 @@ import React, { useState } from "react"; import axios from "axios"; - const API_URL = "http://localhost:5000/mastersdata"; + const DeleteMaster = ({ master,onClose}) => { const [loader, setLoader] = useState(false);