Merge pull request #226 from LeoZheng1738/fix_siderbar

fix(Sidebar): The undefined setShowSuggestions method has been removed.
This commit is contained in:
viper151
2025-11-04 09:27:13 +01:00
committed by GitHub

View File

@@ -484,7 +484,6 @@ function Sidebar({
setShowNewProject(false);
setNewProjectPath('');
setShowSuggestions(false);
// Refresh projects to show the new one
if (window.refreshProjects) {
@@ -507,7 +506,6 @@ function Sidebar({
const cancelNewProject = () => {
setShowNewProject(false);
setNewProjectPath('');
setShowSuggestions(false);
};
const loadMoreSessions = async (project) => {