Fix missing prop

This commit is contained in:
2024-10-02 22:13:26 +02:00
parent c94d4f67ea
commit 313ca5a14c
2 changed files with 1 additions and 2 deletions

View File

@@ -83,6 +83,7 @@ function App() {
settings={settings}
pullLatestChanges={pullLatestChanges}
onLinkClick={handleLinkClick}
lookupFileByName={lookupFileByName}
/>
</Page.Content>
</Page>

View File

@@ -8,7 +8,6 @@ import {
useToasts,
Modal,
Input,
Button,
} from '@geist-ui/core';
import { Code, Eye } from '@geist-ui/icons';
import FileTree from './FileTree';
@@ -22,7 +21,6 @@ const MainContent = ({
files,
selectedFile,
hasUnsavedChanges,
error,
onFileSelect,
onContentChange,
onSave,