This commit is contained in:
riskiran
2025-05-28 17:27:33 +05:30
parent 209b32a621
commit 18231c4f44
22 changed files with 0 additions and 112 deletions

View File

@@ -420,11 +420,7 @@ function Dashboard() {
useEffect(() => {
const fetchMenuItems = async () => {
<<<<<<< HEAD
const apiUrl = `${process.env.REACT_APP_API_URL}/fndMenu/menuloadbyuser`;
=======
const apiUrl = `${process.env.REACT_APP_API_URL}fndMenu/menuloadbyuser`;
>>>>>>> 1c0592d (commit new code)
const token = localStorage.getItem("authToken");
if (!token) {