Browse Source

navigator微修正

develop
sosuke.iwabuchi 1 year ago
parent
commit
1d39322282
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/layouts/dashbord/navigator.tsx

+ 1
- 1
src/layouts/dashbord/navigator.tsx View File

@@ -303,7 +303,7 @@ function useContents(children: Child[]) {
</ListItemButton>
);
});
}, [pageId, initialized]);
}, [pageId, initialized, currentRole]);

return {
elements,


Loading…
Cancel
Save