File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import { DropdownMenu } from '@radix-ui/themes' ;
22import { useEffect , useState } from 'react' ;
3- import { NewWorkspaceDialog } from './NewWorkspaceDialog' ;
3+ // import { NewWorkspaceDialog } from './NewWorkspaceDialog';
44
55export default function WorkspaceMenu ( ) {
66 const [ workspaces , setWorkspaces ] = useState ( [ ] ) ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import ChangeThemeButton from "../../components/ChangeThemeButton";
77
88
99export default function WorkspacesList ( ) {
10- const [ workspaces , setWorkspaces ] = useState < Workspace [ ] > ( [ ] ) ;
10+ const [ workspaces ] = useState < Workspace [ ] > ( [ ] ) ;
1111 const [ loading ] = useState ( false ) ;
1212 const [ searchText , setSearchText ] = useState ( "" ) ;
1313
You can’t perform that action at this time.
0 commit comments