Skip to content

Commit

Permalink
Merge pull request #559 from AFP-Medialab/feat-ndd
Browse files Browse the repository at this point in the history
Feat ndd
  • Loading branch information
Sallaa authored Jul 24, 2024
2 parents 8762cd9 + 9039167 commit 9e7b362
Show file tree
Hide file tree
Showing 14 changed files with 1,037 additions and 242 deletions.
76 changes: 61 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@mui/icons-material": "^5.14.12",
"@mui/lab": "^5.0.0-alpha.147",
"@mui/material": "^5.14.12",
"@mui/x-data-grid": "^7.9.0",
"@mui/x-date-pickers": "^6.16.1",
"@reduxjs/toolkit": "^1.9.7",
"@types/chrome": "^0.0.266",
Expand Down
3 changes: 2 additions & 1 deletion src/components/NavItems/tools/Alltools/ToolsMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ import { useSelector } from "react-redux";
import { useNavigate } from "react-router-dom";
import { i18nLoadNamespace } from "components/Shared/Languages/i18nLoadNamespace";
import { Audiotrack } from "@mui/icons-material";
import { ROLES, tools, TOOLS_CATEGORIES } from "../../../../constants/tools";
import { tools, TOOLS_CATEGORIES } from "../../../../constants/tools";
import { ROLES } from "../../../../constants/roles";

function TabPanel(props) {
const { children, value, index, ...other } = props;
Expand Down
Loading

0 comments on commit 9e7b362

Please sign in to comment.