mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-06 16:04:23 +00:00
Fix missing prop
This commit is contained in:
@@ -83,6 +83,7 @@ function App() {
|
|||||||
settings={settings}
|
settings={settings}
|
||||||
pullLatestChanges={pullLatestChanges}
|
pullLatestChanges={pullLatestChanges}
|
||||||
onLinkClick={handleLinkClick}
|
onLinkClick={handleLinkClick}
|
||||||
|
lookupFileByName={lookupFileByName}
|
||||||
/>
|
/>
|
||||||
</Page.Content>
|
</Page.Content>
|
||||||
</Page>
|
</Page>
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ import {
|
|||||||
useToasts,
|
useToasts,
|
||||||
Modal,
|
Modal,
|
||||||
Input,
|
Input,
|
||||||
Button,
|
|
||||||
} from '@geist-ui/core';
|
} from '@geist-ui/core';
|
||||||
import { Code, Eye } from '@geist-ui/icons';
|
import { Code, Eye } from '@geist-ui/icons';
|
||||||
import FileTree from './FileTree';
|
import FileTree from './FileTree';
|
||||||
@@ -22,7 +21,6 @@ const MainContent = ({
|
|||||||
files,
|
files,
|
||||||
selectedFile,
|
selectedFile,
|
||||||
hasUnsavedChanges,
|
hasUnsavedChanges,
|
||||||
error,
|
|
||||||
onFileSelect,
|
onFileSelect,
|
||||||
onContentChange,
|
onContentChange,
|
||||||
onSave,
|
onSave,
|
||||||
|
|||||||
Reference in New Issue
Block a user