We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff0e91 commit 7961d81Copy full SHA for 7961d81
src/components/Projects/ProjectsList.tsx
@@ -12,7 +12,6 @@ import { t } from 'i18next';
12
import { YamlViewButton } from '../Yaml/YamlViewButton.tsx';
13
import { useMemo } from 'react';
14
import { ProjectsListItemMenu } from './ProjectsListItemMenu.tsx';
15
-import { CRDRequest } from '../../lib/api/types/crossplane/CRDList.ts';
16
17
type ProjectListRow = {
18
projectName: string;
src/spaces/mcp/authorization/useGetMcpUserRights.ts
0 commit comments