mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-09 00:54:21 +00:00
Implement workspace switching
This commit is contained in:
@@ -21,7 +21,7 @@ export const useFileOperations = () => {
|
||||
await handleCommitAndPush(commitMessage);
|
||||
}
|
||||
},
|
||||
[settings, handleCommitAndPush]
|
||||
[settings]
|
||||
);
|
||||
|
||||
const handleSave = useCallback(
|
||||
|
||||
Reference in New Issue
Block a user