Your Name hace 2 años
padre
commit
cf9a3ecc4b
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0
    3
      src/pages/roles/menus.jsx

+ 0
- 3
src/pages/roles/menus.jsx Ver fichero

@@ -45,9 +45,6 @@ export default (props) => {
45 45
     })
46 46
   }
47 47
 
48
-  React.useEffect(() => {
49
-  }, []);
50
-
51 48
   React.useEffect(() => {
52 49
     const p = !list.length ? getListData : () => Promise.resolve(list);
53 50
     if (!role || !role.id) {