mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-06 07:54:22 +00:00
Implement workspace switching
This commit is contained in:
@@ -20,7 +20,7 @@ export const useFileList = () => {
|
||||
console.error('Failed to load file list:', error);
|
||||
setFiles([]);
|
||||
}
|
||||
}, [currentWorkspace, workspaceLoading]);
|
||||
}, [currentWorkspace]);
|
||||
|
||||
return { files, loadFileList };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user