Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: duplicate list when updating workspaces
  • Loading branch information
bpmct committed Feb 4, 2023
commit fb267ec4d65a755dbb77514fb2696e5292719e9a
2 changes: 1 addition & 1 deletion site/src/pages/WorkspacesPage/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const assignPendingStatus = (
} as Workspace
}

return workspace
return workspaceItem
}),
}
}