Skip to content

Commit 5a83358

Browse files
fix(console): show migrated workspaces in selector (anomalyco#49520)
Co-authored-by: vimtor <vimtor@users.noreply.github.com>
1 parent 88c6c7a commit 5a83358

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/console/app/src/routes/workspace-picker.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ const getWorkspaces = query(async () => {
2727
and(
2828
eq(UserTable.accountID, Actor.account()),
2929
isNull(WorkspaceTable.timeDeleted),
30-
isNull(WorkspaceTable.migrated_at),
3130
isNull(UserTable.timeDeleted),
3231
),
3332
),

0 commit comments

Comments
 (0)