You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/page.tsx
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -172,9 +172,11 @@ export default function WorkspacePage() {
172
172
<WorkspaceStatusCard
173
173
title='No workspace access yet'
174
174
description={
175
-
blockedPolicy.workspaceMode==='organization'
176
-
? "Your account is linked to an organization, but you don't have access to any of its workspaces. Ask an organization admin for workspace access, then check again — or sign out and back in if you recently left the organization."
177
-
: 'Your plan has reached its workspace limit and none of your workspaces are active. Upgrade your plan to create another workspace, or contact support to restore an archived one.'
? "Your organization's subscription is inactive, so new workspaces can't be created. Ask an organization owner to reactivate it."
177
+
: blockedPolicy.workspaceMode==='organization'
178
+
? "Your account is linked to an organization, but you don't have access to any of its workspaces. Ask an organization admin for workspace access, then check again — or sign out and back in if you recently left the organization."
179
+
: 'Your plan has reached its workspace limit and none of your workspaces are active. Upgrade your plan to create another workspace, or contact support to restore an archived one.'
0 commit comments