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 b996ea0 commit e811a1aCopy full SHA for e811a1a
components/dashboard/src/workspaces/CreateWorkspacePage.tsx
@@ -59,7 +59,7 @@ import { flattenPagedConfigurations } from "../data/git-providers/unified-reposi
59
import { Configuration } from "@gitpod/public-api/lib/gitpod/v1/configuration_pb";
60
import { useMemberRole } from "../data/organizations/members-query";
61
import { OrganizationPermission } from "@gitpod/public-api/lib/gitpod/v1/organization_pb";
62
-import { useInstallationConfiguration } from "../data/installation/default-workspace-image-query";
+import { useInstallationConfiguration } from "../data/installation/installation-config-query";
63
64
type NextLoadOption = "searchParams" | "autoStart" | "allDone";
65
0 commit comments