diff --git a/src/pages/playground/Playground.tsx b/src/pages/playground/Playground.tsx index f142d3aac8..fc00694413 100644 --- a/src/pages/playground/Playground.tsx +++ b/src/pages/playground/Playground.tsx @@ -617,6 +617,7 @@ const Playground: React.FC = ({ workspaceLocation = 'playground dispatch(toggleFolderMode(workspaceLocation))} + key="folder" /> ); }, [dispatch, isFolderModeEnabled, workspaceLocation]);