remove API_URL string inside deleteMaster page,
This commit is contained in:
parent
ba302898b8
commit
a3ab1ad105
@ -1,9 +1,9 @@
|
|||||||
import React, { useState } from "react";
|
import React, { useState } from "react";
|
||||||
import axios from "axios";
|
import axios from "axios";
|
||||||
|
|
||||||
|
|
||||||
const API_URL = "http://localhost:5000/mastersdata";
|
const API_URL = "http://localhost:5000/mastersdata";
|
||||||
|
|
||||||
|
|
||||||
const DeleteMaster = ({ master,onClose}) => {
|
const DeleteMaster = ({ master,onClose}) => {
|
||||||
const [loader, setLoader] = useState(false);
|
const [loader, setLoader] = useState(false);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user