Fix editor stale callbacks and recent item deletion

This commit is contained in:
Gregory Schier
2023-10-30 07:06:21 -07:00
parent 8a73636f43
commit 3b1e4f538d
9 changed files with 45 additions and 20 deletions

View File

@@ -20,5 +20,6 @@ export default function Workspaces() {
return <Heading>There are no workspaces</Heading>;
}
// TODO: Somehow get recent environmentId for the workspace in here too
return <Navigate to={routes.paths.workspace({ workspaceId })} />;
}