mirror of
https://github.com/siteboon/claudecodeui.git
synced 2025-12-12 13:19:43 +00:00
Merge pull request #226 from LeoZheng1738/fix_siderbar
fix(Sidebar): The undefined setShowSuggestions method has been removed.
This commit is contained in:
@@ -484,7 +484,6 @@ function Sidebar({
|
|||||||
|
|
||||||
setShowNewProject(false);
|
setShowNewProject(false);
|
||||||
setNewProjectPath('');
|
setNewProjectPath('');
|
||||||
setShowSuggestions(false);
|
|
||||||
|
|
||||||
// Refresh projects to show the new one
|
// Refresh projects to show the new one
|
||||||
if (window.refreshProjects) {
|
if (window.refreshProjects) {
|
||||||
@@ -507,7 +506,6 @@ function Sidebar({
|
|||||||
const cancelNewProject = () => {
|
const cancelNewProject = () => {
|
||||||
setShowNewProject(false);
|
setShowNewProject(false);
|
||||||
setNewProjectPath('');
|
setNewProjectPath('');
|
||||||
setShowSuggestions(false);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const loadMoreSessions = async (project) => {
|
const loadMoreSessions = async (project) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user