mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 07:23:51 +01:00
Fix editor stale callbacks and recent item deletion
This commit is contained in:
@@ -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 })} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user