Skip to content

Commit aa5118c

Browse files
committed
Fixup last commit
1 parent 090296a commit aa5118c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/routes/OpenDiffDialog.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
class="p-4"
160160
onsubmit={(e) => {
161161
e.preventDefault();
162-
handlePatchFile();
162+
instance.handlePatchFile();
163163
}}
164164
>
165165
<h3 class="mb-4 flex items-center gap-1 text-lg font-semibold">

0 commit comments

Comments
 (0)