+ The workspace + {{ limitReachedWorkspace.name }} + is on a {{ formatName(limitReachedWorkspace.plan?.name) }} plan with a limit + of 1 project and 5 models. Upgrade the workspace to add more projects. +
+ + @@ -76,11 +85,13 @@ import { useDebouncedTextInput } from '@speckle/ui-components' import type { + PermissionCheckResult, WorkspaceMoveProjectManager_ProjectFragment, - WorkspacePermissionChecks + WorkspaceMoveProjectManager_WorkspaceFragment } from '~~/lib/common/generated/gql/graphql' import { usePaginatedQuery } from '~/lib/common/composables/graphql' import { workspaceMoveProjectManagerUserQuery } from '~/lib/workspaces/graphql/queries' +import { formatName } from '~/lib/billing/helpers/plan' const search = defineModel