Skip to content

Commit

Permalink
fix 画像が post できなかった
Browse files Browse the repository at this point in the history
  • Loading branch information
amay077 committed Jul 31, 2024
1 parent eaaf6dc commit 74a1b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/MainContent.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ const onVersion = async () => {

<div class="mt-4">
<ImagePreview
imageDataURLs={imageDataURLs}
bind:imageDataURLs={imageDataURLs}
></ImagePreview>

</div>
Expand Down

0 comments on commit 74a1b11

Please sign in to comment.