Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a5f3f02

Browse files
authored
fix: duplicate list when updating workspaces (coder#6032)
1 parent e7ebcb5 commit a5f3f02

File tree

1 file changed

+1
-1
lines changed
  • site/src/pages/WorkspacesPage

1 file changed

+1
-1
lines changed

site/src/pages/WorkspacesPage/data.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const assignPendingStatus = (
111111
} as Workspace
112112
}
113113

114-
return workspace
114+
return workspaceItem
115115
}),
116116
}
117117
}

0 commit comments

Comments
 (0)