From a3ab1ad1055c0a649665e5391ae7507173d35ade Mon Sep 17 00:00:00 2001 From: PramodMahajan14 Date: Tue, 25 Mar 2025 17:54:59 +0530 Subject: [PATCH] remove API_URL string inside deleteMaster page, --- src/components/master/DeleteMaster.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);