File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
site/src/pages/DeploySettingsPage 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 Brush from "@mui/icons-material/Brush" ;
2
+ import TeamsIcon from "@mui/icons-material/Groups" ;
2
3
import HubOutlinedIcon from "@mui/icons-material/HubOutlined" ;
3
4
import InsertChartIcon from "@mui/icons-material/InsertChart" ;
4
5
import LaunchOutlined from "@mui/icons-material/LaunchOutlined" ;
@@ -12,7 +13,6 @@ import {
12
13
Sidebar as BaseSidebar ,
13
14
SidebarNavItem ,
14
15
} from "components/Sidebar/Sidebar" ;
15
- import TeamsIcon from "@mui/icons-material/Groups" ;
16
16
17
17
export const Sidebar : FC = ( ) => {
18
18
return (
Original file line number Diff line number Diff line change 1
1
import Button from "@mui/material/Button" ;
2
+ import TextField from "@mui/material/TextField" ;
2
3
import { type FC , useState } from "react" ;
3
4
import { useMutation , useQuery , useQueryClient } from "react-query" ;
4
5
import {
5
6
createOrganization ,
6
7
deleteOrganization ,
7
8
} from "api/queries/organizations" ;
8
9
import { myOrganizations } from "api/queries/users" ;
9
- import { TextField } from "@mui/material" ;
10
10
11
11
const TeamsSettingsPage : FC = ( ) => {
12
12
const queryClient = useQueryClient ( ) ;
You can’t perform that action at this time.
0 commit comments