File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
pages/OrganizationSettingsPage/CustomRolesPage Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
import { type Interpolation , type Theme , css } from "@emotion/react" ;
2
- import { EyeIcon , EyeOffIcon } from "lucide-react" ;
3
2
import IconButton from "@mui/material/IconButton" ;
4
3
import Tooltip from "@mui/material/Tooltip" ;
5
4
import { CopyableValue } from "components/CopyableValue/CopyableValue" ;
5
+ import { EyeIcon , EyeOffIcon } from "lucide-react" ;
6
6
import { type FC , useState } from "react" ;
7
7
8
8
const Language = {
Original file line number Diff line number Diff line change 1
1
import type { Interpolation , Theme } from "@emotion/react" ;
2
- import { EyeIcon , EyeOffIcon } from "lucide-react" ;
3
2
import Checkbox from "@mui/material/Checkbox" ;
4
3
import FormControlLabel from "@mui/material/FormControlLabel" ;
5
4
import Table from "@mui/material/Table" ;
@@ -31,6 +30,7 @@ import {
31
30
import { Spinner } from "components/Spinner/Spinner" ;
32
31
import { Stack } from "components/Stack/Stack" ;
33
32
import { useFormik } from "formik" ;
33
+ import { EyeIcon , EyeOffIcon } from "lucide-react" ;
34
34
import { type ChangeEvent , type FC , useState } from "react" ;
35
35
import { useNavigate } from "react-router-dom" ;
36
36
import { getFormHelpers , nameValidator } from "utils/formUtils" ;
You can’t perform that action at this time.
0 commit comments